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 6e863539a9b6b2b19e5da144fe8303f4a8583770 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 6e863539a9b6b2b19e5da144fe8303f4a8583770 # 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 6e863539a9b6b2b19e5da144fe8303f4a8583770 # timeout=10
Commit message: "Prevent creation of "split package""
 > /usr/local/bin/git rev-list --no-walk 41ad9e6f73b8bb1cd1dd6742a19c6817b6aa9d94 # 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/withMaven4c487361/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@tmp/withMaven4c487361" 
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/withMaven4c487361/maven-spy-20201030-045532-5207469581552534116987.log.tmp ...
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 46 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 46 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Hono                                                               [pom]
[INFO] Hono Dependencies                                                  [pom]
[INFO] Legal Documents                                                    [jar]
[INFO] Hono Demo Certs                                                    [jar]
[INFO] Hono Core                                                       [bundle]
[INFO] Hono 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/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent ---
[INFO] Installing /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/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-bom ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom ---
[INFO] Installing /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/46]
[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/46]
[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/46]
[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.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Running org.eclipse.hono.util.TenantObjectTest
[INFO] Running org.eclipse.hono.config.KeyLoaderTest
[INFO] Running org.eclipse.hono.config.AbstractConfigTest
[INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.config.FileFormatTest
[INFO] Running org.eclipse.hono.util.HonoProtonHelperTest
[INFO] Running org.eclipse.hono.util.StringsTest
[INFO] Running org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.CredentialsObjectTest
[INFO] Running org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.hono.config.FileFormatTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.HostnamesTest
[INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.StringsTest
[INFO] Running org.eclipse.hono.util.MessageHelperTest
[INFO] Running org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Running org.eclipse.hono.util.AddressHelperTest
[INFO] Running org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.AddressHelperTest
[INFO] Running org.eclipse.hono.util.PairTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.hono.util.HostnamesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Running org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.util.JwtHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.auth.BCryptHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.auth.BCryptHelperTest
[INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.config.PemReaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.tracing.TracingHelperTest
[INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PairTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
SLF4J: A number (201) 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.177 s - in org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
04:56:14.095 [ForkJoinPool-1-worker-27] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12
04:56:14.114 [ForkJoinPool-1-worker-27] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.hono.config.AbstractConfigTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.hono.config.KeyLoaderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.hono.util.MessageHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.hono.util.JwtHelperTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.eclipse.hono.util.CredentialsObjectTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in org.eclipse.hono.tracing.TracingHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.hono.util.HonoProtonHelperTest
04:56:14.551 [ForkJoinPool-1-worker-23] 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s - in org.eclipse.hono.util.TenantObjectTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 172, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-core ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-core ---
[INFO] Unpacking /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 >--------------------
[INFO] Building Hono Client 1.5.0-SNAPSHOT                               [6/46]
[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] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /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 38 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.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.CommandResponseTest
SLF4J: A number (158) 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.312 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.238 s - in org.eclipse.hono.client.CommandTest
[INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.004 s - in org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client ---
[INFO] Unpacking /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] Include-Resource: overriding org/eclipse/hono/client/ServiceInvocationException_messages.properties=src/main/resources/org/eclipse/hono/client/ServiceInvocationException_messages.properties with META-INF=/jobs/genie.hono/Hono CI Pipeline/workspace/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client ---
[INFO] Building jar: /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                           [7/46]
[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                      [8/46]
[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                         [9/46]
[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.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Running org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
SLF4J: A number (132) 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
04:56:47.856 [ForkJoinPool-1-worker-9] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
04:56:47.859 [ForkJoinPool-1-worker-9] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB).
04:56:47.864 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
04:56:47.864 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
04:56:47.865 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.http.HttpContextTest
04:56:48.052 [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.02 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
04:56:48.474 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest
04:56:48.507 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
04:56:48.524 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.529 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.531 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.536 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.539 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.541 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.544 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.546 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.583 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
04:56:48.583 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
04:56:48.590 [ForkJoinPool-1-worker-17] 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)
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Running org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.http.HttpContextTest
[INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
04:56:48.650 [ForkJoinPool-1-worker-15] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
04:56:48.653 [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)
04:56:48.654 [ForkJoinPool-1-worker-15] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
04:56:48.655 [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)
04:56:48.656 [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.001 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
04:56:48.819 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$241131849]
04:56:48.850 [ForkJoinPool-1-worker-1] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up
04:56:48.858 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
04:56:48.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
04:56:48.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
04:56:48.860 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
04:56:48.860 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
04:56:48.860 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.hono.service.AbstractApplicationTest
04:56:48.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
04:56:48.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
04:56:48.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
04:56:48.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
04:56:48.865 [ForkJoinPool-1-worker-1] 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.2 s - in org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
04:56:48.938 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$1244919394]
04:56:48.945 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.946 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.950 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.957 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.961 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.963 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.966 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.967 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
04:56:48.969 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
04:56:48.971 [ForkJoinPool-1-worker-27] 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.307 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
04:56:49.090 [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
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
04:56:49.166 [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"} [8306m:15s])))]: null
04:56:49.192 [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"} [42296m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [42296m:15s]) or hono_messages_payload_bytes_sum*0))]: null
04:56:49.193 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
04:56:49.278 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
04:56:49.279 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
04:56:49.280 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
04:56:49.280 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
04:56:49.280 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
04:56:49.280 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
04:56:49.281 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
04:56:49.302 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
04:56:49.303 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
04:56:49.304 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
04:56:49.304 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 s - in org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
04:56:50.829 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
04:56:51.144 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
04:56:51.158 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
04:56:51.158 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:58331/readiness
04:56:51.158 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:58331/liveness
04:56:51.159 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
04:56:51.159 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:53527/readiness
04:56:51.159 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:53527/liveness
04:56:51.438 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:53527]
04:56:51.444 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:58331]
04:56:51.461 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
04:56:51.461 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
04:56:51.465 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
04:56:51.465 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:59929/readiness
04:56:51.465 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:59929/liveness
04:56:51.477 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:59929]
04:56:51.489 [ForkJoinPool-1-worker-17] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
04:56:51.504 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
04:56:51.506 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
04:56:51.506 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:46657/readiness
04:56:51.506 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:46657/liveness
04:56:51.552 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:46657]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.894 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[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          [10/46]
[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 (65) 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@144f2bb4,classLoader=java.lang.ref.WeakReference@2fcd1ebf, 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@1d563247, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@c72da51, 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@618d42e0, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@26728088, jmx_name=Default]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
04:57:00.800 [vert.x-worker-thread-0] INFO  org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
04:57:01.104 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.105 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.117 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.120 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.122 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.122 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.129 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.129 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.134 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.134 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.138 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.138 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.146 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.146 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.161 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.161 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.164 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.165 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
04:57:01.202 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.202 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.206 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.207 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.210 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.211 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.214 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.214 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.218 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.218 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.221 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.222 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.225 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.226 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.230 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.231 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
04:57:01.234 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
04:57:01.235 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
04:57:01.246 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.247 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:01.309 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:01.310 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.147 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.149 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.311 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.312 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.361 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.362 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.458 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.459 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.495 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.496 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.529 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.530 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.559 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.560 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.588 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.589 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.631 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.631 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.666 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.667 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.697 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.698 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:02.725 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:02.727 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.036 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.037 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.082 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.083 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.118 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.119 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.165 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.165 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.198 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.198 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.227 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.228 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.258 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.259 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.285 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.286 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.309 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.310 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.337 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.338 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.366 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.367 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.393 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.394 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.419 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.420 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.448 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.449 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.473 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.474 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.500 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.500 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.526 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.526 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
04:57:03.548 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
04:57:03.549 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.367 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
04:57:03.559 [Thread-19] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-111] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-27] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-7] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-35] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-83] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-63] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-79] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-71] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-47] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-67] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.559 [Thread-55] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-39] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-127] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-23] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-11] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-3] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.560 [Thread-123] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.564 [Thread-43] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.564 [Thread-131] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.565 [Thread-91] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.566 [Thread-51] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.566 [Thread-15] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.566 [Thread-119] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.567 [Thread-115] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.570 [Thread-59] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.570 [Thread-75] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.567 [Thread-103] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.572 [Thread-87] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.573 [Thread-99] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.573 [Thread-107] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.573 [Thread-95] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
04:57:03.573 [Thread-31] 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             [11/46]
[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                   [12/46]
[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      [13/46]
[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                        [14/46]
[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.738 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                   [15/46]
[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.CoapContextTest
[INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
[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
04:57:38.073 [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.384 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in org.eclipse.hono.adapter.coap.CoapContextTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
04:57:38.804 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$767343251]
04:57:38.806 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
04:57:38.807 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
04:57:38.807 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
04:57:38.807 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
04:57:38.808 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
04:57:38.808 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
04:57:38.810 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
04:57:39.333 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$767343251]
04:57:39.334 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
04:57:39.334 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
04:57:39.334 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
04:57:39.334 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
04:57:39.334 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
04:57:39.335 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
04:57:39.351 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$767343251]
04:57:39.351 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
04:57:39.351 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
04:57:39.352 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
04:57:39.352 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
04:57:39.352 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
04:57:39.352 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
04:57:39.397 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$767343251]
04:57:39.397 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
04:57:39.397 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
04:57:39.398 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
04:57:39.398 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
04:57:39.398 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
04:57:39.399 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
04:57:39.399 [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.659 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                        [16/46]
[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                   [17/46]
[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
04:57:45.262 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.275 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
04:57:45.280 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Tenant service
04:57:45.282 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to AMQP Messaging Network
04:57:45.283 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Registration service
04:57:45.283 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Credentials service
04:57:45.284 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service
04:57:45.285 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control
04:57:45.285 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false
04:57:45.298 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes
04:57:45.328 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.444 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:33895
04:57:45.481 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)]
04:57:45.631 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.749 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.792 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.812 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.824 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.835 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)]
04:57:45.843 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.864 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.865 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)]
04:57:45.879 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.880 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)]
04:57:45.892 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.893 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$315635131]
04:57:45.893 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
04:57:45.893 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
04:57:45.894 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
04:57:45.894 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
04:57:45.894 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
04:57:45.895 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
04:57:45.895 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
04:57:45.895 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
04:57:45.895 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)]
04:57:45.897 [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
04:57:45.905 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.908 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)]
04:57:45.917 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.920 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)]
04:57:45.928 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.929 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)]
04:57:45.940 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.940 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)]
04:57:45.949 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.950 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$315635131]
04:57:45.951 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
04:57:45.951 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)]
04:57:45.951 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
04:57:45.951 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
04:57:45.952 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
04:57:45.952 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
04:57:45.952 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
04:57:45.952 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
04:57:45.953 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
04:57:45.953 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
04:57:45.960 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.961 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)]
04:57:45.973 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:45.974 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$315635131]
04:57:45.974 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
04:57:45.974 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
04:57:45.975 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
04:57:45.975 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
04:57:45.975 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
04:57:45.976 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
04:57:45.976 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
04:57:45.976 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
04:57:45.977 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
04:57:45.991 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
04:57:46.003 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1421195243]
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
04:57:46.012 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)]
04:57:46.024 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)]
04:57:46.031 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)]
04:57:46.038 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)]
04:57:46.051 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)]
04:57:46.064 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter
04:57:46.071 [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.584 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                        [18/46]
[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                [19/46]
[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 30, 2020 4:57:55 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.902 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     [20/46]
[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              [21/46]
[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.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.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /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 3500ms
[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                   [22/46]
[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.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
[INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest
SLF4J: A number (59) 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.372 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
04:58:16.761 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1133168675]
04:58:16.764 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Tenant service
04:58:16.765 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to AMQP Messaging Network
04:58:16.765 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Registration service
04:58:16.765 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service
04:58:16.766 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
04:58:16.766 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
04:58:16.766 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
04:58:16.768 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
04:58:16.769 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
04:58:16.770 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
04:58:17.036 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1133168675]
04:58:17.037 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Tenant service
04:58:17.037 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to AMQP Messaging Network
04:58:17.037 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Registration service
04:58:17.037 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service
04:58:17.038 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
04:58:17.038 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
04:58:17.038 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
04:58:17.046 [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)
04:58:17.046 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
04:58:17.046 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
04:58:17.046 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 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                        [23/46]
[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.934 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                        [24/46]
[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.FireflyProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[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.EverynetProviderTest
[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.KerlinkProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.806 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.84 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.847 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.859 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.877 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.88 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
04:58:27.278 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.615 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.625 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.684 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.806 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.819 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.845 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
04:58:27.932 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$770790205]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.794 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                        [25/46]
[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              [26/46]
[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.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /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 2413ms
[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                      [27/46]
[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              [28/46]
[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
04:58:42.386 [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"
04:58:42.400 [ForkJoinPool-1-worker-19] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
04:58:42.407 [ForkJoinPool-1-worker-19] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
04:58:42.411 [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.889 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                             [29/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-clients-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent ---
[INFO] Installing /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        [30/46]
[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 [31/46]
[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                          [32/46]
[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                            [33/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example ---
[INFO] Installing /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                     [34/46]
[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            [35/46]
[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                       [36/46]
[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                            [37/46]
[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                                [38/46]
[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
04:59:21.789 [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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.19 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.466 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        [39/46]
[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.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.service.management.device.FilterTest
[INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
[INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest
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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s - in org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s - in org.eclipse.hono.service.management.credentials.SecretsTest
05:00:04.083 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:04.095 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2071306544
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
05:00:04.107 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 226351105
05:00:04.110 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1551774541
05:00:04.112 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1860544627
05:00:04.116 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 848791194
05:00:04.119 [ForkJoinPool-1-worker-19] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1220927525
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 30, 2020 5:00:04 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.279 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           [40/46]
[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.SQLTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 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           [41/46]
[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.03 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          [42/46]
[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.FileBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
05:00:39.661 [ForkJoinPool-1-worker-9] 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
05:00:40.137 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
05:00:40.145 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:40.372 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
05:00:40.407 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
05:00:40.412 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
05:00:40.417 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
05:00:40.421 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
05:00:40.424 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
05:00:40.427 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
05:00:40.447 [ForkJoinPool-1-worker-23] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
05:00:40.452 [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
05:00:40.452 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:40.462 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
05:00:40.503 [ForkJoinPool-1-worker-27] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
05:00:40.504 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:40.514 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds
05:00:40.579 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
05:00:40.579 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json]
05:00:40.584 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - Either filename is null or empty start is set, won't load any tenants
05:00:40.584 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
05:00:40.594 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
05:00:40.594 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
05:00:40.594 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
05:00:40.594 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:40.602 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:40.613 [ForkJoinPool-1-worker-23] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
05:00:40.613 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:40.617 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
05:00:40.625 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:40.672 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
05:00:40.884 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:40.966 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.050 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.169 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.516 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.642 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.790 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.891 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:41.992 [ForkJoinPool-1-worker-5] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
05:00:41.997 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
05:00:41.998 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds
05:00:42.011 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
05:00:42.011 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:42.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
05:00:42.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
05:00:42.016 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.108 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.200 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.296 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
05:00:42.299 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.390 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.484 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:00:42.577 [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
05:00:42.577 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:42.578 [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
05:00:42.578 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
05:00:42.581 [ForkJoinPool-1-worker-5] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
05:00:42.581 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
05:00:42.582 [ForkJoinPool-1-worker-5] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
05:00:42.582 [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.077 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          [43/46]
[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.JdbcBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
SLF4J: A number (196) 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
05:01:01.371 [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/68d70161-5455-4d17-ab10-d21fba1cb5a2","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.399 [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/657a944e-55f5-4d9b-b5b4-a3cec772f819","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.371 [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/ac25898a-2c6a-4e3c-9479-64ae387f3a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.371 [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/0100ae80-0aa3-41c9-870c-8293ff053ee1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.373 [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/99bdce62-632a-48d4-b64b-f00e8c436962","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.373 [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/0e77a217-6959-4402-82b4-86ec3d8da920","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.570 [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@144835af
05:01:01.570 [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@23b8c5b0
05:01:01.570 [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@6b2245ea
05:01:01.570 [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@2a9a75c8
05:01:01.570 [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@55e4f882
05:01:01.570 [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
05:01:01.570 [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
05:01:01.571 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.570 [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@7639e352
05:01:01.570 [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
05:01:01.571 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.571 [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
05:01:01.571 [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
05:01:01.571 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.571 [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
05:01:01.571 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.572 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.572 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.637 [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
05:01:01.638 [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
05:01:01.637 [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
05:01:01.637 [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
05:01:01.637 [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
05:01:01.638 [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
05:01:01.642 [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/0100ae80-0aa3-41c9-870c-8293ff053ee1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.642 [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/68d70161-5455-4d17-ab10-d21fba1cb5a2","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.642 [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/657a944e-55f5-4d9b-b5b4-a3cec772f819","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.642 [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/ac25898a-2c6a-4e3c-9479-64ae387f3a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.642 [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/99bdce62-632a-48d4-b64b-f00e8c436962","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.642 [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/0e77a217-6959-4402-82b4-86ec3d8da920","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.646 [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@594b4080
05:01:01.646 [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@a6e2215
05:01:01.646 [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@791ce247
05:01:01.646 [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@39ec2810
05:01:01.647 [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
05:01:01.646 [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@583151a
05:01:01.646 [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@55c7f8a9
05:01:01.647 [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
05:01:01.646 [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
05:01:01.647 [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
05:01:01.647 [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
05:01:01.647 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.647 [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
05:01:01.647 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.647 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.647 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.647 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.647 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:01.651 [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
05:01:01.653 [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
05:01:01.653 [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
05:01:01.653 [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
05:01:01.654 [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
05:01:01.654 [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
05:01:01.853 [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/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.853 [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/7f9d3173-c240-479d-81b4-676c12a22a64","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.853 [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/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.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/169067ba-01c4-49e9-b82f-921edbf8bb8c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.853 [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/7fb96304-5667-4f9f-957f-a4361c4e8791","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.853 [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/7dad5084-0a3a-4e4d-867f-92118960350e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.855 [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@11dad2d
05:01:01.855 [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
05:01:01.855 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.855 [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@58584694
05:01:01.855 [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@27a7793d
05:01:01.855 [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
05:01:01.855 [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
05:01:01.856 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.856 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.856 [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@a142006
05:01:01.856 [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
05:01:01.856 [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@57db6a44
05:01:01.856 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.856 [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
05:01:01.856 [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@4ec93dd2
05:01:01.857 [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
05:01:01.857 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.857 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.861 [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
05:01:01.864 [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/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.865 [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@52d99331
05:01:01.865 [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
05:01:01.865 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.865 [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
05:01:01.865 [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
05:01:01.865 [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
05:01:01.865 [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/169067ba-01c4-49e9-b82f-921edbf8bb8c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.866 [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/7fb96304-5667-4f9f-957f-a4361c4e8791","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.866 [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/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.867 [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
05:01:01.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@8719d85
05:01:01.867 [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
05:01:01.867 [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/7dad5084-0a3a-4e4d-867f-92118960350e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.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
05:01:01.867 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.867 [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/7f9d3173-c240-479d-81b4-676c12a22a64","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.868 [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
05:01:01.868 [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@11e8f73c
05:01:01.868 [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@34c2b64d
05:01:01.868 [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
05:01:01.869 [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
05:01:01.869 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.869 [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@353cdab8
05:01:01.869 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.869 [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@41b25943
05:01:01.869 [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
05:01:01.869 [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
05:01:01.869 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.869 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.875 [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
05:01:01.876 [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
05:01:01.877 [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
05:01:01.879 [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
05:01:01.879 [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
05:01:01.886 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.886 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.886 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.886 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.886 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.886 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.888 [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/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.888 [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/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.888 [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/169067ba-01c4-49e9-b82f-921edbf8bb8c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.888 [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/7dad5084-0a3a-4e4d-867f-92118960350e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.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/7f9d3173-c240-479d-81b4-676c12a22a64","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.888 [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/7fb96304-5667-4f9f-957f-a4361c4e8791","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.890 [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@4fb15a21
05:01:01.890 [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
05:01:01.890 [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@487b4d82
05:01:01.890 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.890 [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
05:01:01.890 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.890 [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@1c7564f8
05:01:01.890 [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@5e2b0357
05:01:01.890 [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
05:01:01.890 [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
05:01:01.890 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.890 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.890 [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@5970e3da
05:01:01.891 [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
05:01:01.891 [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@2e4b1b93
05:01:01.891 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.891 [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
05:01:01.891 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.894 [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
05:01:01.895 [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
05:01:01.896 [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
05:01:01.896 [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
05:01:01.896 [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
05:01:01.896 [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
05:01:01.896 [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/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.896 [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/169067ba-01c4-49e9-b82f-921edbf8bb8c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.896 [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/7fb96304-5667-4f9f-957f-a4361c4e8791","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.896 [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/7dad5084-0a3a-4e4d-867f-92118960350e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.896 [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/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.896 [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/7f9d3173-c240-479d-81b4-676c12a22a64","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:01.897 [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@695ea6c7
05:01:01.897 [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@7cfb3b45
05:01:01.897 [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@507eb006
05:01:01.898 [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
05:01:01.898 [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
05:01:01.898 [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
05:01:01.898 [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@445bd621
05:01:01.898 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.898 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.898 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.898 [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
05:01:01.898 [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@12fe5ea
05:01:01.898 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.898 [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
05:01:01.898 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.898 [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@7dab8812
05:01:01.898 [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
05:01:01.898 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:01.903 [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
05:01:01.903 [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
05:01:01.903 [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
05:01:01.904 [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
05:01:01.904 [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
05:01:01.904 [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
05:01:01.909 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:01.949 [MLog-Init-Reporter] INFO  com.mchange.v2.log.MLog - MLog clients using slf4j logging.
05:01:02.093 [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]
05:01:02.223 [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 -> 1br9fn0adxi0xps1ku3g56|5c39d90b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5c39d90b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0100ae80-0aa3-41c9-870c-8293ff053ee1, 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 ]
05:01:02.223 [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 -> 1br9fn0adxi0xps1ku3g56|63ad5b8d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|63ad5b8d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7dad5084-0a3a-4e4d-867f-92118960350e, 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 ]
05:01:02.223 [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 -> 1br9fn0adxi0xps1ku3g56|5fca020e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5fca020e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7f9d3173-c240-479d-81b4-676c12a22a64, 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 ]
05:01:02.225 [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 -> 1br9fn0adxi0xps1ku3g56|6e50c1d0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6e50c1d0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d, 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 ]
05:01:02.227 [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 -> 1br9fn0adxi0xps1ku3g56|216e8dbb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|216e8dbb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ac25898a-2c6a-4e3c-9479-64ae387f3a7e, 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 ]
05:01:02.227 [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 -> 1br9fn0adxi0xps1ku3g56|7dc10fb2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7dc10fb2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/68d70161-5455-4d17-ab10-d21fba1cb5a2, 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 ]
05:01:03.781 [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 -> 1br9fn0adxi0xps1ku3g56|795e2164, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|795e2164, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c, 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 ]
05:01:03.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 -> 1br9fn0adxi0xps1ku3g56|5eacdb3d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5eacdb3d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5ebaa43a-52a5-4bca-8e3e-5163fdbc6b8d, 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 ]
05:01:03.867 [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 -> 1br9fn0adxi0xps1ku3g56|7a6dfedc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7a6dfedc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/dcf845a4-7e8b-47d2-b6bd-82aae76d2d6c, 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 ]
05:01:03.933 [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/703d29ec-20d6-4334-b456-78734187ecc1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.935 [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@456dca19
05:01:03.935 [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
05:01:03.935 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.938 [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
05:01:03.938 [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/703d29ec-20d6-4334-b456-78734187ecc1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.939 [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@2e9fc646
05:01:03.939 [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
05:01:03.940 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.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/d71387fb-c768-4d1b-984e-3b1caa443b90","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.941 [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/663484d7-29d6-45fe-b774-39488a94cdf9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.942 [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/eb3a9233-4e0b-44cc-a0a1-a2d648f9c0eb","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.943 [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@2352d6e6
05:01:03.943 [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
05:01:03.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.943 [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
05:01:03.943 [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@6374da5a
05:01:03.943 [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
05:01:03.943 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.947 [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@2239974f
05:01:03.948 [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
05:01:03.948 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.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
05:01:03.949 [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/d71387fb-c768-4d1b-984e-3b1caa443b90","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.950 [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
05:01:03.950 [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/eb3a9233-4e0b-44cc-a0a1-a2d648f9c0eb","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.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@4f3c718f
05:01:03.951 [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@25b51e45
05:01:03.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
05:01:03.952 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.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
05:01:03.951 [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
05:01:03.951 [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
05:01:03.959 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.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/663484d7-29d6-45fe-b774-39488a94cdf9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:03.960 [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
05:01:03.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@5a694586
05:01:03.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
05:01:03.960 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:03.962 [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
05:01:04.032 [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/449a02db-140d-4558-a584-f6a670cf8702","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.033 [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@38088f54
05:01:04.033 [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
05:01:04.033 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.034 [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
05:01:04.034 [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/449a02db-140d-4558-a584-f6a670cf8702","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.035 [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@2f39ad52
05:01:04.035 [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
05:01:04.035 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.035 [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
05:01:04.042 [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/f2a3fb1a-fcac-4051-aa0d-ea5a0b9adb4c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.042 [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/ac383348-51e8-4b59-88af-8df9edeec30a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.043 [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@5b3eb7bc
05:01:04.043 [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
05:01:04.043 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.042 [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/6e0e7da8-6479-4cb5-a11a-793f0c3c700f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.043 [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@19b31d3
05:01:04.044 [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
05:01:04.044 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.044 [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@58b9df92
05:01:04.044 [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
05:01:04.044 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.044 [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/1298d9fb-edf5-44ff-a625-3b998f6a4fcd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.045 [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
05:01:04.045 [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/f2a3fb1a-fcac-4051-aa0d-ea5a0b9adb4c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.042 [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/048f8c96-a4c4-4f28-a4aa-4f0d14ea1862","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.045 [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@391ccc5
05:01:04.045 [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
05:01:04.045 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.045 [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@6e863f18
05:01:04.045 [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
05:01:04.045 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.046 [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@2ede17fa
05:01:04.046 [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
05:01:04.046 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.046 [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
05:01:04.047 [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
05:01:04.047 [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/ac383348-51e8-4b59-88af-8df9edeec30a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.047 [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
05:01:04.047 [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/1298d9fb-edf5-44ff-a625-3b998f6a4fcd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.048 [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
05:01:04.048 [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
05:01:04.048 [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/048f8c96-a4c4-4f28-a4aa-4f0d14ea1862","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.048 [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/6e0e7da8-6479-4cb5-a11a-793f0c3c700f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.048 [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@5e664eed
05:01:04.048 [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@4a0eda09
05:01:04.048 [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
05:01:04.048 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.048 [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
05:01:04.048 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.048 [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@309017d9
05:01:04.048 [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
05:01:04.048 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.049 [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@2eab442d
05:01:04.049 [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
05:01:04.050 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.051 [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
05:01:04.051 [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
05:01:04.051 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.051 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.052 [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
05:01:04.051 [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/048f8c96-a4c4-4f28-a4aa-4f0d14ea1862","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.051 [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/1298d9fb-edf5-44ff-a625-3b998f6a4fcd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.052 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.052 [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
05:01:04.052 [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/ac383348-51e8-4b59-88af-8df9edeec30a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.053 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.053 [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@4488e352
05:01:04.053 [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@60d15be7
05:01:04.053 [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
05:01:04.053 [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
05:01:04.053 [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/6e0e7da8-6479-4cb5-a11a-793f0c3c700f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.053 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.053 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.054 [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@51b46eb8
05:01:04.054 [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
05:01:04.054 [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@64dad238
05:01:04.054 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.054 [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
05:01:04.054 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.056 [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
05:01:04.056 [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
05:01:04.056 [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/048f8c96-a4c4-4f28-a4aa-4f0d14ea1862","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.056 [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/1298d9fb-edf5-44ff-a625-3b998f6a4fcd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.056 [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
05:01:04.056 [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
05:01:04.057 [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/ac383348-51e8-4b59-88af-8df9edeec30a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.057 [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/6e0e7da8-6479-4cb5-a11a-793f0c3c700f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.057 [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@6521db50
05:01:04.057 [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@550a7d20
05:01:04.057 [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
05:01:04.058 [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
05:01:04.058 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.058 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.058 [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@16d6a883
05:01:04.058 [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
05:01:04.058 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.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
05:01:04.060 [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
05:01:04.061 [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
05:01:04.058 [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@34992223
05:01:04.061 [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
05:01:04.061 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.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
05:01:04.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/88589a5a-d915-486f-b6c0-666a54b37592","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.085 [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@76fe5dfb
05:01:04.085 [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
05:01:04.085 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.086 [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
05:01:04.087 [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/88589a5a-d915-486f-b6c0-666a54b37592","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.087 [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@47e5e975
05:01:04.087 [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
05:01:04.087 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.088 [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
05:01:04.089 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.089 [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/88589a5a-d915-486f-b6c0-666a54b37592","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.089 [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@29c2c61e
05:01:04.089 [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
05:01:04.090 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.091 [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
05:01:04.091 [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/88589a5a-d915-486f-b6c0-666a54b37592","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.091 [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/c25bb167-2a4d-4928-83f8-944df241051d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.092 [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@32373b6f
05:01:04.092 [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
05:01:04.092 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.092 [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@6fe6d81a
05:01:04.092 [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
05:01:04.092 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.094 [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
05:01:04.094 [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
05:01:04.094 [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/c25bb167-2a4d-4928-83f8-944df241051d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.095 [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@76956567
05:01:04.095 [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
05:01:04.095 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.100 [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
05:01:04.100 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.101 [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/c25bb167-2a4d-4928-83f8-944df241051d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.102 [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@7d3ef9a6
05:01:04.102 [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
05:01:04.102 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.104 [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
05:01:04.105 [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/c25bb167-2a4d-4928-83f8-944df241051d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.106 [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@2077efab
05:01:04.106 [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
05:01:04.106 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.108 [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 -> 1br9fn0adxi0xps1ku3g56|5a3d180a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5a3d180a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ac383348-51e8-4b59-88af-8df9edeec30a, 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 ]
05:01:04.109 [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 -> 1br9fn0adxi0xps1ku3g56|5c11955e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5c11955e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/eb3a9233-4e0b-44cc-a0a1-a2d648f9c0eb, 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 ]
05:01:04.110 [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
05:01:04.114 [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 -> 1br9fn0adxi0xps1ku3g56|2dd91019, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2dd91019, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d71387fb-c768-4d1b-984e-3b1caa443b90, 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 ]
05:01:04.115 [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 -> 1br9fn0adxi0xps1ku3g56|8f5197, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|8f5197, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/048f8c96-a4c4-4f28-a4aa-4f0d14ea1862, 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 ]
05:01:04.157 [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 -> 1br9fn0adxi0xps1ku3g56|654cb4f4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|654cb4f4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f2a3fb1a-fcac-4051-aa0d-ea5a0b9adb4c, 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 ]
05:01:04.157 [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 -> 1br9fn0adxi0xps1ku3g56|66860709, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|66860709, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/88589a5a-d915-486f-b6c0-666a54b37592, 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 ]
05:01:04.244 [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 -> 1br9fn0adxi0xps1ku3g56|73579a5e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|73579a5e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d71387fb-c768-4d1b-984e-3b1caa443b90, 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 ]
05:01:04.267 [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 -> 1br9fn0adxi0xps1ku3g56|7ba729e1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7ba729e1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c25bb167-2a4d-4928-83f8-944df241051d, 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 ]
05:01:04.267 [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 -> 1br9fn0adxi0xps1ku3g56|7138df4e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7138df4e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ac383348-51e8-4b59-88af-8df9edeec30a, 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 ]
05:01:04.268 [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 -> 1br9fn0adxi0xps1ku3g56|58f3553, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|58f3553, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c25bb167-2a4d-4928-83f8-944df241051d, 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 ]
05:01:04.267 [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 -> 1br9fn0adxi0xps1ku3g56|40b07724, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|40b07724, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/88589a5a-d915-486f-b6c0-666a54b37592, 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 ]
05:01:04.322 [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 -> 1br9fn0adxi0xps1ku3g56|52765bed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|52765bed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/88589a5a-d915-486f-b6c0-666a54b37592, 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 ]
05:01:04.329 [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 -> 1br9fn0adxi0xps1ku3g56|194e8f28, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|194e8f28, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ac383348-51e8-4b59-88af-8df9edeec30a, 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 ]
05:01:04.434 [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/703924e0-215b-4d7f-8776-9115117faa48","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.434 [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/40077adf-3b3e-456e-af6f-70d7093d9a93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.435 [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@11aed6cf
05:01:04.435 [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
05:01:04.435 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.435 [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@3238ef05
05:01:04.435 [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
05:01:04.435 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.436 [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
05:01:04.436 [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/703924e0-215b-4d7f-8776-9115117faa48","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.437 [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
05:01:04.437 [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/40077adf-3b3e-456e-af6f-70d7093d9a93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.437 [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@10276a5c
05:01:04.437 [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
05:01:04.437 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.438 [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@15701d09
05:01:04.438 [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
05:01:04.438 [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
05:01:04.438 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.439 [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
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.666 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
05:01:04.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/16b542b3-3e54-4472-8c33-b0c486c0b190","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.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@41e9aead
05:01:04.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
05:01:04.493 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.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
05:01:04.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/16b542b3-3e54-4472-8c33-b0c486c0b190","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.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@70b0fac8
05:01:04.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
05:01:04.494 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.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
05:01:04.525 [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/1f8a4ba2-78df-4b70-aa15-1466053e1eda","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.527 [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@11882488
05:01:04.527 [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
05:01:04.527 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.528 [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
05:01:04.528 [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/1f8a4ba2-78df-4b70-aa15-1466053e1eda","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.529 [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@3a0d2455
05:01:04.529 [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
05:01:04.529 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.529 [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
05:01:04.530 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.530 [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/1f8a4ba2-78df-4b70-aa15-1466053e1eda","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.530 [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@4d1edcb7
05:01:04.530 [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
05:01:04.530 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.531 [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
05:01:04.531 [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/1f8a4ba2-78df-4b70-aa15-1466053e1eda","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.532 [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@36c39352
05:01:04.532 [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
05:01:04.532 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.533 [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
05:01:04.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/d1e7c148-029f-48dc-8f0c-1b8274444d8f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.540 [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/84edce03-ec54-47e2-a5c5-404efc568919","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.541 [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@f5d44b8
05:01:04.542 [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
05:01:04.542 [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@4b4314f5
05:01:04.542 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.542 [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
05:01:04.542 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.542 [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
05:01:04.543 [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/d1e7c148-029f-48dc-8f0c-1b8274444d8f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.543 [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
05:01:04.543 [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/84edce03-ec54-47e2-a5c5-404efc568919","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.544 [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@7c5242a5
05:01:04.544 [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@64a2d9c8
05:01:04.544 [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
05:01:04.544 [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
05:01:04.544 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.544 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.545 [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
05:01:04.545 [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
05:01:04.546 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.546 [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/84edce03-ec54-47e2-a5c5-404efc568919","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.546 [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@2931a5c
05:01:04.546 [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
05:01:04.546 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.548 [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
05:01:04.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/84edce03-ec54-47e2-a5c5-404efc568919","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.548 [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@51ddffee
05:01:04.548 [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
05:01:04.548 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.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 -> 1br9fn0adxi0xps1ku3g56|6334aac1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6334aac1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1f8a4ba2-78df-4b70-aa15-1466053e1eda, 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 ]
05:01:04.550 [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
05:01:04.570 [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 -> 1br9fn0adxi0xps1ku3g56|7e690423, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7e690423, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/703924e0-215b-4d7f-8776-9115117faa48, 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 ]
05:01:04.600 [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/14b3ed05-c7f6-4d1c-ad24-7fa33a70555f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.601 [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@caf9251
05:01:04.601 [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
05:01:04.601 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.603 [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
05:01:04.603 [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/14b3ed05-c7f6-4d1c-ad24-7fa33a70555f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.603 [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@243c6a8f
05:01:04.603 [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
05:01:04.603 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.605 [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
05:01:04.606 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.606 [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/14b3ed05-c7f6-4d1c-ad24-7fa33a70555f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.607 [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@8ec91c3
05:01:04.607 [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
05:01:04.607 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.609 [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
05:01:04.609 [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/14b3ed05-c7f6-4d1c-ad24-7fa33a70555f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.610 [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@1c01fd25
05:01:04.610 [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
05:01:04.610 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.611 [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
05:01:04.656 [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 -> 1br9fn0adxi0xps1ku3g56|8abfc3a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|8abfc3a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/703924e0-215b-4d7f-8776-9115117faa48, 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 ]
05:01:04.656 [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 -> 1br9fn0adxi0xps1ku3g56|6f0b8c27, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6f0b8c27, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/16b542b3-3e54-4472-8c33-b0c486c0b190, 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 ]
05:01:04.667 [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/54b8cc32-f4ff-42aa-965e-61eac80ea1e8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.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@c01a973
05:01:04.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
05:01:04.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.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
05:01:04.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/54b8cc32-f4ff-42aa-965e-61eac80ea1e8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.671 [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@23385b72
05:01:04.671 [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
05:01:04.671 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.673 [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
05:01:04.674 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.674 [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/54b8cc32-f4ff-42aa-965e-61eac80ea1e8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.675 [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@456df7d5
05:01:04.675 [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
05:01:04.675 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.678 [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
05:01:04.678 [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/54b8cc32-f4ff-42aa-965e-61eac80ea1e8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.679 [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@6f9e1b2a
05:01:04.679 [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
05:01:04.679 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.681 [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
05:01:04.691 [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/29ec8c81-4c57-4ce0-8ddf-3a710011e189","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.692 [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@424275c2
05:01:04.692 [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
05:01:04.692 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.693 [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
05:01:04.693 [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/29ec8c81-4c57-4ce0-8ddf-3a710011e189","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.694 [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@5a483c58
05:01:04.694 [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
05:01:04.694 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.695 [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
05:01:04.697 [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 -> 1br9fn0adxi0xps1ku3g56|503620e3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|503620e3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/54b8cc32-f4ff-42aa-965e-61eac80ea1e8, 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 ]
05:01:04.704 [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/786a8b0a-5a87-4cd8-8698-9bf2b48f6e73","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.706 [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@32493c16
05:01:04.706 [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
05:01:04.706 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.707 [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
05:01:04.707 [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/786a8b0a-5a87-4cd8-8698-9bf2b48f6e73","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.708 [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@6cd5246d
05:01:04.708 [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
05:01:04.708 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.709 [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
05:01:04.718 [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 -> 1br9fn0adxi0xps1ku3g56|bcda7bf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|bcda7bf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/54b8cc32-f4ff-42aa-965e-61eac80ea1e8, 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.913 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
05:01:04.734 [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/1e97ebbf-4ff5-4a35-bc16-51ac0ecd3fe3","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.735 [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@3427634f
05:01:04.735 [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
05:01:04.735 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.736 [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
05:01:04.736 [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/1e97ebbf-4ff5-4a35-bc16-51ac0ecd3fe3","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.736 [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@42949562
05:01:04.736 [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
05:01:04.736 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.737 [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
05:01:04.767 [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/f441e4bd-64ac-4ac5-893a-bc69d043d8f6","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.767 [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/72d4d284-ea24-4664-955a-6c7024681bc7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.768 [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@4ed6c818
05:01:04.768 [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@3c5de26d
05:01:04.769 [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
05:01:04.769 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.769 [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
05:01:04.769 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.770 [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
05:01:04.770 [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
05:01:04.770 [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/72d4d284-ea24-4664-955a-6c7024681bc7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.770 [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/f441e4bd-64ac-4ac5-893a-bc69d043d8f6","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.770 [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@64176c16
05:01:04.770 [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
05:01:04.770 [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@6699f8b7
05:01:04.770 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.770 [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
05:01:04.770 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.771 [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
05:01:04.771 [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
05:01:04.772 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.772 [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/f441e4bd-64ac-4ac5-893a-bc69d043d8f6","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.772 [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@7da4300d
05:01:04.772 [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
05:01:04.772 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.773 [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
05:01:04.773 [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/f441e4bd-64ac-4ac5-893a-bc69d043d8f6","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.773 [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@6bd10b63
05:01:04.773 [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
05:01:04.773 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.774 [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
05:01:04.775 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.791 [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/caed9ca4-c5cc-4afd-ac55-794380992327","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.791 [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/f33cf76f-f1d7-40e5-be9c-09f918bacb93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.792 [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@40424b42
05:01:04.792 [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@3228a37a
05:01:04.792 [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
05:01:04.792 [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
05:01:04.792 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.792 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.793 [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
05:01:04.793 [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
05:01:04.793 [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/f33cf76f-f1d7-40e5-be9c-09f918bacb93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.793 [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/caed9ca4-c5cc-4afd-ac55-794380992327","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.794 [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@2c0bdbc4
05:01:04.794 [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
05:01:04.794 [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@ea170e2
05:01:04.794 [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
05:01:04.794 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.794 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.795 [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
05:01:04.795 [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
05:01:04.795 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.795 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.795 [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/f33cf76f-f1d7-40e5-be9c-09f918bacb93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.795 [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/caed9ca4-c5cc-4afd-ac55-794380992327","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.796 [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@60b74337
05:01:04.796 [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
05:01:04.796 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.796 [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@6a1bd38d
05:01:04.796 [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
05:01:04.796 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.797 [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
05:01:04.797 [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
05:01:04.797 [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/caed9ca4-c5cc-4afd-ac55-794380992327","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.797 [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/f33cf76f-f1d7-40e5-be9c-09f918bacb93","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.797 [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@1fa9dadb
05:01:04.797 [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
05:01:04.798 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.798 [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@13e27038
05:01:04.798 [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
05:01:04.798 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.798 [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
05:01:04.799 [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
05:01:04.809 [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/50aa1fb4-ba12-413e-806a-26bd30fae2bc","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.810 [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@67092e8b
05:01:04.810 [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
05:01:04.810 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.811 [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
05:01:04.811 [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/50aa1fb4-ba12-413e-806a-26bd30fae2bc","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.811 [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@a01cb5a
05:01:04.811 [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
05:01:04.811 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.812 [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
05:01:04.812 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.812 [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/50aa1fb4-ba12-413e-806a-26bd30fae2bc","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.812 [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@65247586
05:01:04.813 [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
05:01:04.813 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.813 [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
05:01:04.813 [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/50aa1fb4-ba12-413e-806a-26bd30fae2bc","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.814 [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@1cf092a1
05:01:04.814 [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
05:01:04.814 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.814 [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
05:01:04.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 -> 1br9fn0adxi0xps1ku3g56|22c1fd8a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|22c1fd8a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1e97ebbf-4ff5-4a35-bc16-51ac0ecd3fe3, 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 ]
05:01:04.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 -> 1br9fn0adxi0xps1ku3g56|47de8511, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|47de8511, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f33cf76f-f1d7-40e5-be9c-09f918bacb93, 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 ]
05:01:04.831 [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 -> 1br9fn0adxi0xps1ku3g56|477cc700, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|477cc700, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/72d4d284-ea24-4664-955a-6c7024681bc7, 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 ]
05:01:04.863 [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 -> 1br9fn0adxi0xps1ku3g56|745a0ed7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|745a0ed7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/72d4d284-ea24-4664-955a-6c7024681bc7, 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 ]
05:01:04.863 [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 -> 1br9fn0adxi0xps1ku3g56|53c62c6d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|53c62c6d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f33cf76f-f1d7-40e5-be9c-09f918bacb93, 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 ]
05:01:04.885 [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/768aad8d-94b2-41ee-a007-daecdd12b7f7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.885 [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@72efb2ab
05:01:04.886 [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
05:01:04.886 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.886 [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
05:01:04.886 [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/768aad8d-94b2-41ee-a007-daecdd12b7f7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.887 [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@7e201bdb
05:01:04.887 [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
05:01:04.887 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.887 [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
05:01:04.896 [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 -> 1br9fn0adxi0xps1ku3g56|6514ca9a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6514ca9a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f441e4bd-64ac-4ac5-893a-bc69d043d8f6, 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 ]
05:01:04.916 [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 -> 1br9fn0adxi0xps1ku3g56|5609fa23, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5609fa23, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f441e4bd-64ac-4ac5-893a-bc69d043d8f6, 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 ]
05:01:04.925 [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/51510f34-3ecc-4726-9759-5f58d2132168","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.926 [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@18ecb115
05:01:04.926 [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
05:01:04.926 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.927 [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
05:01:04.927 [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/51510f34-3ecc-4726-9759-5f58d2132168","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.928 [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@38d6e857
05:01:04.928 [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
05:01:04.928 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.928 [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
05:01:04.934 [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/67295008-8e04-4371-adec-acba3dad9672","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.934 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|29b30194, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|29b30194, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f441e4bd-64ac-4ac5-893a-bc69d043d8f6, 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 ]
05:01:04.935 [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/da46b48d-8c3f-44c0-a66c-9ca4aeaf032c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.935 [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@6709e4a0
05:01:04.935 [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
05:01:04.935 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.936 [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@50ad7ea4
05:01:04.936 [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
05:01:04.936 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.936 [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
05:01:04.936 [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/67295008-8e04-4371-adec-acba3dad9672","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.937 [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@1686a053
05:01:04.937 [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
05:01:04.937 [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
05:01:04.937 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:04.937 [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/da46b48d-8c3f-44c0-a66c-9ca4aeaf032c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.937 [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@1c9cdc1c
05:01:04.937 [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
05:01:04.937 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.938 [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
05:01:04.938 [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
05:01:04.938 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.938 [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/da46b48d-8c3f-44c0-a66c-9ca4aeaf032c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.939 [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@23192bb
05:01:04.939 [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
05:01:04.939 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.939 [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
05:01:04.940 [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/da46b48d-8c3f-44c0-a66c-9ca4aeaf032c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.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@37cb2286
05:01:04.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
05:01:04.940 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.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
05:01:04.968 [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 -> 1br9fn0adxi0xps1ku3g56|313a73e4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|313a73e4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/768aad8d-94b2-41ee-a007-daecdd12b7f7, 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 ]
05:01:04.968 [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/d76c41ed-2406-4763-812f-25b015d3d859","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.969 [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@17af1302
05:01:04.969 [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
05:01:04.969 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.970 [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
05:01:04.970 [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/d76c41ed-2406-4763-812f-25b015d3d859","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.971 [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@5adac03c
05:01:04.971 [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
05:01:04.971 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.971 [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
05:01:04.972 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.972 [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/d76c41ed-2406-4763-812f-25b015d3d859","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.972 [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@18ec8b5e
05:01:04.972 [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
05:01:04.972 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.973 [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
05:01:04.973 [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/d76c41ed-2406-4763-812f-25b015d3d859","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.973 [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@4abdee8a
05:01:04.973 [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
05:01:04.973 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.974 [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
05:01:04.976 [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/7b8f2bf8-b7c0-4c83-b12f-e1898ce31d8a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.978 [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@5d56b327
05:01:04.978 [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
05:01:04.978 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.979 [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
05:01:04.979 [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/7b8f2bf8-b7c0-4c83-b12f-e1898ce31d8a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.980 [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@4a59e34a
05:01:04.980 [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
05:01:04.980 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.981 [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
05:01:04.981 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:04.981 [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/7b8f2bf8-b7c0-4c83-b12f-e1898ce31d8a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.982 [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@48431736
05:01:04.982 [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
05:01:04.982 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.982 [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
05:01:04.983 [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/7b8f2bf8-b7c0-4c83-b12f-e1898ce31d8a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:04.983 [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@25c7b865
05:01:04.983 [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
05:01:04.983 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:04.983 [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
05:01:04.994 [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 -> 1br9fn0adxi0xps1ku3g56|5131091a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5131091a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d76c41ed-2406-4763-812f-25b015d3d859, 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 ]
05:01:04.999 [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 -> 1br9fn0adxi0xps1ku3g56|54ec7b16, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|54ec7b16, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/67295008-8e04-4371-adec-acba3dad9672, 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 ]
05:01:05.010 [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/2afe4549-f3a1-4562-9654-e6188c8b1ada","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.011 [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@338c81b7
05:01:05.011 [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
05:01:05.011 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.012 [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
05:01:05.012 [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/2afe4549-f3a1-4562-9654-e6188c8b1ada","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.012 [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@120f1505
05:01:05.012 [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
05:01:05.012 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.013 [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
05:01:05.019 [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 -> 1br9fn0adxi0xps1ku3g56|6b722d3e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6b722d3e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d76c41ed-2406-4763-812f-25b015d3d859, 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 ]
05:01:05.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/35045a19-2470-4cf8-9666-4bd9e6f47351","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.042 [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@41b30a86
05:01:05.042 [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
05:01:05.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.043 [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
05:01:05.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/35045a19-2470-4cf8-9666-4bd9e6f47351","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.043 [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@c9a2bbb
05:01:05.043 [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
05:01:05.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.044 [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
05:01:05.093 [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/97916c02-1738-42a5-822f-19642ec3b068","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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/61c207fc-ea36-4ea5-a089-4de339969b2f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.093 [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/2d74147f-388c-4a18-ac67-520b134cd9ed","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.093 [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/c409f156-e187-44b0-88b4-efff83a1761b","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.095 [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@734fecf0
05:01:05.095 [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@25414e7a
05:01:05.095 [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
05:01:05.095 [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
05:01:05.095 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.095 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.095 [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@190e2606
05:01:05.095 [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
05:01:05.095 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.096 [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
05:01:05.096 [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
05:01:05.096 [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
05:01:05.096 [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/2d74147f-388c-4a18-ac67-520b134cd9ed","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.096 [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/61c207fc-ea36-4ea5-a089-4de339969b2f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.096 [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/c409f156-e187-44b0-88b4-efff83a1761b","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.097 [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@49d2ee9b
05:01:05.097 [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
05:01:05.097 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.097 [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@4552e71f
05:01:05.097 [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
05:01:05.097 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.097 [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@5b2b3561
05:01:05.097 [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
05:01:05.097 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.098 [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
05:01:05.098 [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@743e035c
05:01:05.098 [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
05:01:05.098 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.098 [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
05:01:05.098 [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
05:01:05.098 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.098 [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/61c207fc-ea36-4ea5-a089-4de339969b2f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.099 [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@5918c851
05:01:05.099 [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
05:01:05.099 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.099 [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
05:01:05.099 [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/97916c02-1738-42a5-822f-19642ec3b068","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.100 [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
05:01:05.100 [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/61c207fc-ea36-4ea5-a089-4de339969b2f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.100 [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@73c99140
05:01:05.100 [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
05:01:05.100 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.100 [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@ad2c6d8
05:01:05.100 [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
05:01:05.100 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.101 [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
05:01:05.101 [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
05:01:05.102 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.102 [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/97916c02-1738-42a5-822f-19642ec3b068","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.102 [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@658c83f4
05:01:05.102 [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
05:01:05.102 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.103 [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
05:01:05.103 [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/97916c02-1738-42a5-822f-19642ec3b068","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.104 [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@6dc21e1c
05:01:05.104 [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
05:01:05.104 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.105 [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
05:01:05.106 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.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 -> 1br9fn0adxi0xps1ku3g56|d7cba4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|d7cba4d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/35045a19-2470-4cf8-9666-4bd9e6f47351, 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 ]
05:01:05.143 [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/44af636d-5920-412f-9561-e8ff9c797ac4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.144 [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@66a13d34
05:01:05.144 [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
05:01:05.144 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.145 [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
05:01:05.145 [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/44af636d-5920-412f-9561-e8ff9c797ac4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.145 [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@550a4baa
05:01:05.145 [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
05:01:05.145 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.146 [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
05:01:05.146 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.146 [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/44af636d-5920-412f-9561-e8ff9c797ac4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.147 [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@fd2c1d1
05:01:05.147 [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
05:01:05.147 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.147 [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
05:01:05.148 [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/44af636d-5920-412f-9561-e8ff9c797ac4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.148 [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@1bdaac38
05:01:05.148 [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
05:01:05.148 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.149 [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
05:01:05.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 -> 1br9fn0adxi0xps1ku3g56|3561c7b2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3561c7b2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/44af636d-5920-412f-9561-e8ff9c797ac4, 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 ]
05:01:05.168 [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/a8278c35-9dc9-4a78-95d9-a7628179e410","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.170 [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@43b737a7
05:01:05.170 [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
05:01:05.170 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.171 [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
05:01:05.171 [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/a8278c35-9dc9-4a78-95d9-a7628179e410","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.172 [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@7509fbb1
05:01:05.172 [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
05:01:05.172 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.173 [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
05:01:05.173 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.173 [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/a8278c35-9dc9-4a78-95d9-a7628179e410","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.174 [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@64b95485
05:01:05.174 [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
05:01:05.174 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.175 [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
05:01:05.175 [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/a8278c35-9dc9-4a78-95d9-a7628179e410","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.175 [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@217b894a
05:01:05.175 [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
05:01:05.175 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.176 [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
05:01:05.176 [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/e6c1525e-ed8c-4b0c-ba4e-73fdba41ebfe","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.177 [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@46e92f8b
05:01:05.177 [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
05:01:05.177 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.177 [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
05:01:05.177 [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/e6c1525e-ed8c-4b0c-ba4e-73fdba41ebfe","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.178 [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@2480be75
05:01:05.178 [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
05:01:05.178 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.179 [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
05:01:05.195 [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 -> 1br9fn0adxi0xps1ku3g56|6ef34312, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6ef34312, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c409f156-e187-44b0-88b4-efff83a1761b, 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.392 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
05:01:05.218 [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/73878760-195e-4e06-9040-68fa2d66503f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.219 [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@6a5c351e
05:01:05.219 [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
05:01:05.219 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.220 [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
05:01:05.220 [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/73878760-195e-4e06-9040-68fa2d66503f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.221 [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@7dc1682b
05:01:05.221 [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
05:01:05.221 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.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
05:01:05.222 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.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/73878760-195e-4e06-9040-68fa2d66503f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.222 [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@6c5236d6
05:01:05.222 [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
05:01:05.222 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.223 [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
05:01:05.223 [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/73878760-195e-4e06-9040-68fa2d66503f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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@472f0216
05:01:05.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
05:01:05.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.224 [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
05:01:05.226 [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/01c088c2-d470-49dc-aa59-87a99e905f75","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.227 [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@fd7d7f8
05:01:05.227 [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
05:01:05.227 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.227 [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 -> 1br9fn0adxi0xps1ku3g56|6e50c5f0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6e50c5f0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/97916c02-1738-42a5-822f-19642ec3b068, 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 ]
05:01:05.228 [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
05:01:05.228 [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/01c088c2-d470-49dc-aa59-87a99e905f75","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.228 [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@5a65540e
05:01:05.228 [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
05:01:05.228 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.228 [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
05:01:05.244 [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 -> 1br9fn0adxi0xps1ku3g56|6962bb83, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6962bb83, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e6c1525e-ed8c-4b0c-ba4e-73fdba41ebfe, 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 ]
05:01:05.254 [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 -> 1br9fn0adxi0xps1ku3g56|4c4276d0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|4c4276d0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/97916c02-1738-42a5-822f-19642ec3b068, 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 ]
05:01:05.409 [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/66cd1650-09db-479e-979c-1823bc494673","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.410 [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@413eb053
05:01:05.410 [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
05:01:05.410 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.412 [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
05:01:05.412 [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/66cd1650-09db-479e-979c-1823bc494673","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.413 [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@78af6029
05:01:05.413 [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
05:01:05.413 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.414 [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
05:01:05.415 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.415 [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/66cd1650-09db-479e-979c-1823bc494673","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.416 [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@74c38fff
05:01:05.416 [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
05:01:05.416 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.417 [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
05:01:05.417 [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/66cd1650-09db-479e-979c-1823bc494673","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.418 [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@5b71024f
05:01:05.418 [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
05:01:05.418 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.419 [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
05:01:05.437 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|4b737ee8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|4b737ee8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66cd1650-09db-479e-979c-1823bc494673, 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 ]
05:01:05.482 [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 -> 1br9fn0adxi0xps1ku3g56|243003ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|243003ca, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/97916c02-1738-42a5-822f-19642ec3b068, 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 ]
05:01:05.859 [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/12ee15b9-59bb-432f-969a-34bfe0c8c3a0","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.860 [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@20b59a96
05:01:05.860 [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
05:01:05.860 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.861 [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
05:01:05.861 [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/12ee15b9-59bb-432f-969a-34bfe0c8c3a0","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.862 [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@35279e71
05:01:05.862 [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
05:01:05.862 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.863 [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
05:01:05.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/9d472209-c30e-4b15-90ae-7403a2abcd92","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.869 [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/4c40fce1-3375-4b3b-941a-e3601bef95a1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.869 [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@3e5a54ea
05:01:05.870 [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
05:01:05.870 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.870 [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@614b6bf0
05:01:05.870 [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
05:01:05.870 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.870 [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
05:01:05.870 [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/9d472209-c30e-4b15-90ae-7403a2abcd92","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.871 [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@18919c52
05:01:05.871 [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
05:01:05.871 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.871 [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
05:01:05.871 [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
05:01:05.872 [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/4c40fce1-3375-4b3b-941a-e3601bef95a1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.873 [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@2e87c37
05:01:05.873 [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
05:01:05.873 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:05.874 [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
05:01:05.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/d1b5be96-19db-4136-89bc-87e4387be82a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.927 [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@ffffc40
05:01:05.927 [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
05:01:05.927 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.928 [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
05:01:05.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/d1b5be96-19db-4136-89bc-87e4387be82a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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@1a4de33
05:01:05.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
05:01:05.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.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
05:01:05.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.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/d1b5be96-19db-4136-89bc-87e4387be82a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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@6fd9d558
05:01:05.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
05:01:05.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.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
05:01:05.931 [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/d1b5be96-19db-4136-89bc-87e4387be82a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.932 [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@166cd8d6
05:01:05.932 [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
05:01:05.932 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.933 [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
05:01:05.934 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.935 [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/ef24cbba-361b-41e1-b2c7-7a06789cce61","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.935 [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/70a79588-c959-4045-b14d-bbf80c04cd35","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.936 [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@7e84eaa3
05:01:05.936 [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
05:01:05.936 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.937 [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@7fd1f06c
05:01:05.938 [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
05:01:05.938 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.938 [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
05:01:05.938 [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/ef24cbba-361b-41e1-b2c7-7a06789cce61","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.938 [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
05:01:05.939 [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@4e925be0
05:01:05.938 [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/70a79588-c959-4045-b14d-bbf80c04cd35","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.939 [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
05:01:05.939 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.939 [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@20950f6
05:01:05.939 [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
05:01:05.939 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.940 [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
05:01:05.940 [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
05:01:05.940 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.940 [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/70a79588-c959-4045-b14d-bbf80c04cd35","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.940 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:05.941 [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@484bcb1b
05:01:05.941 [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
05:01:05.941 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.941 [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/ef24cbba-361b-41e1-b2c7-7a06789cce61","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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
05:01:05.942 [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@d7a018a
05:01:05.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/70a79588-c959-4045-b14d-bbf80c04cd35","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.942 [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
05:01:05.942 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.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@1f9ea334
05:01:05.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
05:01:05.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.943 [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
05:01:05.944 [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/ef24cbba-361b-41e1-b2c7-7a06789cce61","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:05.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
05:01:05.945 [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@3966bd98
05:01:05.945 [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
05:01:05.945 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:05.947 [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
05:01:05.971 [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 -> 1br9fn0adxi0xps1ku3g56|631ad0ed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|631ad0ed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9d472209-c30e-4b15-90ae-7403a2abcd92, 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 ]
05:01:05.972 [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 -> 1br9fn0adxi0xps1ku3g56|151e4200, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|151e4200, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ef24cbba-361b-41e1-b2c7-7a06789cce61, 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 ]
05:01:06.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 -> 1br9fn0adxi0xps1ku3g56|369e5d88, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|369e5d88, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d1b5be96-19db-4136-89bc-87e4387be82a, 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 ]
05:01:06.307 [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 -> 1br9fn0adxi0xps1ku3g56|70402b86, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|70402b86, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d1b5be96-19db-4136-89bc-87e4387be82a, 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 ]
05:01:06.317 [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/fd6afdec-b98b-422e-acde-b2d72ae23b5e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.318 [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@6ee0631b
05:01:06.318 [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
05:01:06.318 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.319 [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
05:01:06.320 [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/fd6afdec-b98b-422e-acde-b2d72ae23b5e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.320 [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@14987574
05:01:06.320 [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
05:01:06.320 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.321 [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
05:01:06.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/8734b1f3-2c93-4897-87db-b1434488d81c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.328 [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@14df0358
05:01:06.328 [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 -> 1br9fn0adxi0xps1ku3g56|5fb6fc55, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5fb6fc55, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d1b5be96-19db-4136-89bc-87e4387be82a, 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 ]
05:01:06.328 [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
05:01:06.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.329 [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
05:01:06.330 [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/8734b1f3-2c93-4897-87db-b1434488d81c","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.332 [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@6fae2371
05:01:06.332 [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
05:01:06.332 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.333 [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
05:01:06.343 [vert.x-eventloop-thread-0] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.360 [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/7e87ad69-9a2d-4f9d-bb51-dc056fc1cb43","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.362 [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@77e26493
05:01:06.362 [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
05:01:06.362 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.363 [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
05:01:06.363 [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/7e87ad69-9a2d-4f9d-bb51-dc056fc1cb43","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.364 [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@55aafa7
05:01:06.364 [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
05:01:06.364 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.365 [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
05:01:06.365 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.365 [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/7e87ad69-9a2d-4f9d-bb51-dc056fc1cb43","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.366 [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@3f09c10a
05:01:06.366 [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
05:01:06.366 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.367 [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
05:01:06.367 [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/7e87ad69-9a2d-4f9d-bb51-dc056fc1cb43","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.368 [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@44a50788
05:01:06.368 [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
05:01:06.368 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.369 [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
05:01:06.369 [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/0fc88a44-3b3c-4e8d-b4b3-a0ca3e34e45d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.370 [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@4e8f90ef
05:01:06.370 [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
05:01:06.370 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.371 [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
05:01:06.371 [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/0fc88a44-3b3c-4e8d-b4b3-a0ca3e34e45d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.372 [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@3d6bfc3
05:01:06.372 [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
05:01:06.372 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.373 [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
05:01:06.374 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.374 [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/0fc88a44-3b3c-4e8d-b4b3-a0ca3e34e45d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.374 [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@5e227488
05:01:06.374 [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
05:01:06.374 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.375 [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
05:01:06.375 [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/0fc88a44-3b3c-4e8d-b4b3-a0ca3e34e45d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.376 [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@20338dd0
05:01:06.376 [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
05:01:06.376 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.377 [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
05:01:06.390 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|5352e233, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5352e233, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e87ad69-9a2d-4f9d-bb51-dc056fc1cb43, 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 ]
05:01:06.399 [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 -> 1br9fn0adxi0xps1ku3g56|2a05c23b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2a05c23b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8734b1f3-2c93-4897-87db-b1434488d81c, 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 ]
05:01:06.652 [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/b7cba878-90fd-4cc0-9349-95e2f3b63064","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.654 [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@70d9297f
05:01:06.654 [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
05:01:06.654 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.654 [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
05:01:06.655 [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/b7cba878-90fd-4cc0-9349-95e2f3b63064","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.655 [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@1d702786
05:01:06.655 [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
05:01:06.655 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.656 [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
05:01:06.667 [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/09e7c442-cc43-4422-8ed5-b6c092aa2c9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.668 [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@7f3a34b9
05:01:06.668 [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
05:01:06.668 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.669 [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
05:01:06.669 [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/09e7c442-cc43-4422-8ed5-b6c092aa2c9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.670 [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@5cde9b8d
05:01:06.670 [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
05:01:06.670 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.670 [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
05:01:06.694 [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/5b379540-182f-4720-b925-b799e15d95ca","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.695 [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@6ee3117e
05:01:06.695 [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
05:01:06.695 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.696 [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
05:01:06.696 [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/5b379540-182f-4720-b925-b799e15d95ca","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.697 [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@17c8b321
05:01:06.697 [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
05:01:06.697 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.697 [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
05:01:06.709 [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/9a980345-569b-4974-8a46-2b038d759f89","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.710 [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@2167d39
05:01:06.710 [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
05:01:06.710 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.711 [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
05:01:06.711 [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/9a980345-569b-4974-8a46-2b038d759f89","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.712 [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@63d5a878
05:01:06.712 [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
05:01:06.712 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.712 [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
05:01:06.713 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.713 [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/9a980345-569b-4974-8a46-2b038d759f89","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.713 [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@5df48083
05:01:06.713 [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
05:01:06.713 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.714 [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
05:01:06.714 [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/9a980345-569b-4974-8a46-2b038d759f89","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.714 [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@160dc8ca
05:01:06.714 [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
05:01:06.714 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.715 [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
05:01:06.731 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|686301c6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|686301c6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a980345-569b-4974-8a46-2b038d759f89, 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 ]
05:01:06.737 [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/f692aff0-d16b-41aa-8d2d-a518ce3e833d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.739 [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@2cd8d34a
05:01:06.739 [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
05:01:06.739 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.741 [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
05:01:06.741 [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/f692aff0-d16b-41aa-8d2d-a518ce3e833d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.742 [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@286c3d66
05:01:06.742 [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
05:01:06.742 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.743 [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
05:01:06.744 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.744 [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/f692aff0-d16b-41aa-8d2d-a518ce3e833d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.744 [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/e90a514a-3b02-4e0a-97e8-2de93320ba6e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.744 [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@779252a
05:01:06.744 [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
05:01:06.744 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.744 [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@2894525f
05:01:06.744 [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
05:01:06.745 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.745 [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
05:01:06.745 [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/e90a514a-3b02-4e0a-97e8-2de93320ba6e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.745 [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@738fb5c9
05:01:06.745 [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
05:01:06.745 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.746 [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
05:01:06.746 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.746 [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/e90a514a-3b02-4e0a-97e8-2de93320ba6e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.746 [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
05:01:06.747 [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@cb92ebb
05:01:06.747 [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/f692aff0-d16b-41aa-8d2d-a518ce3e833d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.747 [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
05:01:06.747 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.747 [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
05:01:06.747 [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@4dfe317e
05:01:06.747 [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/e90a514a-3b02-4e0a-97e8-2de93320ba6e","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.747 [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
05:01:06.747 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.748 [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@71044081
05:01:06.748 [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
05:01:06.748 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:06.748 [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
05:01:06.749 [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
05:01:06.750 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.761 [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 -> 1br9fn0adxi0xps1ku3g56|1addc4e0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|1addc4e0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a980345-569b-4974-8a46-2b038d759f89, 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 ]
05:01:06.767 [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 -> 1br9fn0adxi0xps1ku3g56|57febb58, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|57febb58, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5b379540-182f-4720-b925-b799e15d95ca, 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 ]
05:01:06.863 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:06.898 [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 -> 1br9fn0adxi0xps1ku3g56|31d44e74, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|31d44e74, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f692aff0-d16b-41aa-8d2d-a518ce3e833d, 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 ]
05:01:06.927 [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 -> 1br9fn0adxi0xps1ku3g56|54d5a52a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|54d5a52a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f692aff0-d16b-41aa-8d2d-a518ce3e833d, 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 ]
05:01:06.986 [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/5874a753-d864-4912-9ab9-47d0795fd953","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.987 [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@628dcb5a
05:01:06.987 [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
05:01:06.987 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.988 [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
05:01:06.988 [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/5874a753-d864-4912-9ab9-47d0795fd953","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.989 [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@6b89f547
05:01:06.989 [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
05:01:06.989 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.989 [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
05:01:06.995 [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/5aa85a91-e175-4cbf-8c59-a062447d9e92","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.995 [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@99efc04
05:01:06.995 [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
05:01:06.995 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.996 [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
05:01:06.996 [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/5aa85a91-e175-4cbf-8c59-a062447d9e92","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:06.997 [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@134c9d76
05:01:06.997 [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
05:01:06.997 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:06.998 [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
05:01:07.028 [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/09fc2ec6-2770-4306-b9b6-282ea58f8586","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.028 [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@56ec3db4
05:01:07.028 [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
05:01:07.028 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.029 [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
05:01:07.029 [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/09fc2ec6-2770-4306-b9b6-282ea58f8586","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.030 [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@25766fd5
05:01:07.030 [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
05:01:07.030 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.030 [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
05:01:07.030 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.030 [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/09fc2ec6-2770-4306-b9b6-282ea58f8586","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.031 [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@4a8d489
05:01:07.031 [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
05:01:07.031 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.031 [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
05:01:07.031 [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/09fc2ec6-2770-4306-b9b6-282ea58f8586","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.032 [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@4bac00c5
05:01:07.032 [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
05:01:07.032 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.032 [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
05:01:07.036 [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/f297a347-34d7-4184-9794-9b41b5eb754a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.036 [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/9da85cb6-c1d8-4949-ad1f-81704514fa58","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.036 [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@647d0f10
05:01:07.036 [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
05:01:07.036 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.037 [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@1015c71a
05:01:07.037 [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
05:01:07.037 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.037 [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
05:01:07.037 [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/f297a347-34d7-4184-9794-9b41b5eb754a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.037 [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@626f1bf7
05:01:07.037 [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
05:01:07.037 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.038 [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
05:01:07.038 [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
05:01:07.038 [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/9da85cb6-c1d8-4949-ad1f-81704514fa58","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.039 [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@621b1828
05:01:07.039 [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
05:01:07.039 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.040 [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
05:01:07.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.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/9da85cb6-c1d8-4949-ad1f-81704514fa58","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@446c23e0
05:01:07.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
05:01:07.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.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
05:01:07.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/9da85cb6-c1d8-4949-ad1f-81704514fa58","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@35832425
05:01:07.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
05:01:07.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.045 [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
05:01:07.054 [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 -> 1br9fn0adxi0xps1ku3g56|14d76d23, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|14d76d23, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/09fc2ec6-2770-4306-b9b6-282ea58f8586, 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 ]
05:01:07.069 [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 -> 1br9fn0adxi0xps1ku3g56|5f48bd04, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5f48bd04, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5aa85a91-e175-4cbf-8c59-a062447d9e92, 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 ]
05:01:07.090 [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 -> 1br9fn0adxi0xps1ku3g56|10486d18, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|10486d18, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5aa85a91-e175-4cbf-8c59-a062447d9e92, 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 ]
05:01:07.159 [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/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.160 [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@68d7016f
05:01:07.160 [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
05:01:07.160 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.161 [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
05:01:07.161 [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/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.161 [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@312e10a9
05:01:07.161 [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
05:01:07.161 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.162 [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
05:01:07.162 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.162 [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/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.162 [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@78f5e2a2
05:01:07.162 [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
05:01:07.162 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.163 [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
05:01:07.163 [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/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.163 [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@4c4e9642
05:01:07.163 [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
05:01:07.163 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.164 [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
05:01:07.169 [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/77cadbc7-370f-4bae-9451-1c060679b8cd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.169 [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/0a16a51d-7c1b-4e57-a040-8d96d290e757","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.170 [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@20377fd7
05:01:07.170 [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@6470a12d
05:01:07.170 [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
05:01:07.170 [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
05:01:07.170 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.170 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.171 [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
05:01:07.171 [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
05:01:07.171 [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/77cadbc7-370f-4bae-9451-1c060679b8cd","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.171 [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/0a16a51d-7c1b-4e57-a040-8d96d290e757","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.171 [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@559bfa51
05:01:07.171 [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
05:01:07.171 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.171 [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@5179fba5
05:01:07.171 [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
05:01:07.171 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.172 [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
05:01:07.172 [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
05:01:07.181 [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 -> 1br9fn0adxi0xps1ku3g56|324c70d5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|324c70d5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07, 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 ]
05:01:07.199 [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 -> 1br9fn0adxi0xps1ku3g56|3b5a6f25, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3b5a6f25, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5dd67115-c92d-4eaf-b17f-d0a5d84bcb07, 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 ]
05:01:07.219 [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/2612041a-fb61-4e4c-8015-d462437a7f17","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.219 [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/b8e9076f-5c13-4ae1-8bf2-3e35cbe7d6ef","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@2e3e2a02
05:01:07.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
05:01:07.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.221 [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@528923c5
05:01:07.221 [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
05:01:07.221 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.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
05:01:07.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/2612041a-fb61-4e4c-8015-d462437a7f17","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.222 [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
05:01:07.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/b8e9076f-5c13-4ae1-8bf2-3e35cbe7d6ef","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.222 [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@850d474
05:01:07.222 [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
05:01:07.222 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.222 [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@22133621
05:01:07.222 [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
05:01:07.222 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.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
05:01:07.223 [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
05:01:07.223 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.223 [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/2612041a-fb61-4e4c-8015-d462437a7f17","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.223 [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/b8e9076f-5c13-4ae1-8bf2-3e35cbe7d6ef","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@31c5c18e
05:01:07.223 [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@1bc87e9a
05:01:07.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
05:01:07.223 [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
05:01:07.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.223 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.224 [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
05:01:07.224 [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
05:01:07.224 [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/b8e9076f-5c13-4ae1-8bf2-3e35cbe7d6ef","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.224 [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/2612041a-fb61-4e4c-8015-d462437a7f17","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.225 [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@38c7b5a0
05:01:07.225 [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@601de2e5
05:01:07.225 [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
05:01:07.225 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.225 [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
05:01:07.225 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.226 [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
05:01:07.226 [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
05:01:07.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 -> 1br9fn0adxi0xps1ku3g56|5c31c36e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5c31c36e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2612041a-fb61-4e4c-8015-d462437a7f17, 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 ]
05:01:07.243 [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 -> 1br9fn0adxi0xps1ku3g56|4026a292, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|4026a292, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0a16a51d-7c1b-4e57-a040-8d96d290e757, 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 ]
05:01:07.245 [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/359ea2cc-86a9-4d51-9282-67ca566da33f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.246 [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@5b079303
05:01:07.246 [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
05:01:07.246 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.248 [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
05:01:07.248 [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/359ea2cc-86a9-4d51-9282-67ca566da33f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.249 [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@19765155
05:01:07.249 [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
05:01:07.249 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.249 [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
05:01:07.295 [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/7316b0f0-8d59-4918-8331-bd77c04057b8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.295 [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@1bd385e8
05:01:07.295 [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
05:01:07.295 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.296 [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
05:01:07.296 [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/7316b0f0-8d59-4918-8331-bd77c04057b8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.297 [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@38e1066f
05:01:07.297 [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
05:01:07.297 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.297 [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
05:01:07.298 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.298 [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/7316b0f0-8d59-4918-8331-bd77c04057b8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.298 [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@382a6cd6
05:01:07.298 [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
05:01:07.298 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.299 [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
05:01:07.299 [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/7316b0f0-8d59-4918-8331-bd77c04057b8","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.300 [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@41f6e7cb
05:01:07.300 [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
05:01:07.300 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.301 [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
05:01:07.310 [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/ad7207a5-0c42-4699-8257-8c21ecd581ff","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.311 [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@7fe61f49
05:01:07.311 [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
05:01:07.311 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.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 -> 1br9fn0adxi0xps1ku3g56|6a511254, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6a511254, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7316b0f0-8d59-4918-8331-bd77c04057b8, 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 ]
05:01:07.313 [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
05:01:07.313 [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/ad7207a5-0c42-4699-8257-8c21ecd581ff","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.314 [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@6dcc144
05:01:07.314 [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
05:01:07.314 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.314 [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
05:01:07.318 [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/b263d5c3-309b-40f3-9bd5-12a68f771417","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.318 [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@3d845e66
05:01:07.319 [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
05:01:07.319 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.319 [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
05:01:07.319 [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/b263d5c3-309b-40f3-9bd5-12a68f771417","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.320 [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@7662833f
05:01:07.320 [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
05:01:07.320 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.320 [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
05:01:07.351 [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/00271059-6d1e-4b3e-aa4b-dba113009e9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.352 [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@109f398f
05:01:07.352 [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
05:01:07.352 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.353 [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
05:01:07.353 [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/00271059-6d1e-4b3e-aa4b-dba113009e9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.353 [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@13160be8
05:01:07.353 [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
05:01:07.353 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.354 [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
05:01:07.354 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.354 [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/00271059-6d1e-4b3e-aa4b-dba113009e9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.354 [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@2db5c6f9
05:01:07.354 [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
05:01:07.354 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.354 [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
05:01:07.354 [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/00271059-6d1e-4b3e-aa4b-dba113009e9a","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.355 [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@785a1686
05:01:07.355 [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
05:01:07.355 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.355 [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
05:01:07.359 [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/49290078-f8c1-4824-8818-6c391fecd6f1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.360 [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@1a32ec67
05:01:07.360 [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
05:01:07.360 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.360 [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
05:01:07.360 [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/49290078-f8c1-4824-8818-6c391fecd6f1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.361 [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@d2b00f5
05:01:07.361 [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
05:01:07.361 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.361 [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
05:01:07.361 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.361 [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/49290078-f8c1-4824-8818-6c391fecd6f1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.361 [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@5be5d2af
05:01:07.362 [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
05:01:07.362 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.362 [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
05:01:07.362 [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/49290078-f8c1-4824-8818-6c391fecd6f1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.362 [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@4a6799be
05:01:07.362 [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
05:01:07.362 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.363 [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
05:01:07.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 -> 1br9fn0adxi0xps1ku3g56|77beca2f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|77beca2f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ad7207a5-0c42-4699-8257-8c21ecd581ff, 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 ]
05:01:07.375 [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 -> 1br9fn0adxi0xps1ku3g56|3b1af213, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3b1af213, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/49290078-f8c1-4824-8818-6c391fecd6f1, 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 ]
05:01:07.379 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|5d58569e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5d58569e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ad7207a5-0c42-4699-8257-8c21ecd581ff, 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 ]
05:01:07.405 [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 -> 1br9fn0adxi0xps1ku3g56|252bf3dd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|252bf3dd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/49290078-f8c1-4824-8818-6c391fecd6f1, 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 ]
05:01:07.451 [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/3cdca2d0-7ab6-4370-a308-6908828188de","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.452 [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@7f1e8aac
05:01:07.452 [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
05:01:07.452 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.452 [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
05:01:07.452 [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/3cdca2d0-7ab6-4370-a308-6908828188de","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.453 [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@573ed770
05:01:07.453 [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
05:01:07.453 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.453 [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
05:01:07.461 [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/3acf38dd-f126-4929-89ab-4320fc13af2d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.462 [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@766fd674
05:01:07.462 [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
05:01:07.462 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.462 [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
05:01:07.462 [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/3acf38dd-f126-4929-89ab-4320fc13af2d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.463 [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@63af467b
05:01:07.463 [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
05:01:07.463 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.463 [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
05:01:07.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/4ea80feb-194b-4dfd-bb59-44e329f3005f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.494 [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@37579eb
05:01:07.495 [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
05:01:07.495 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.496 [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
05:01:07.496 [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/4ea80feb-194b-4dfd-bb59-44e329f3005f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.496 [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@496f4a29
05:01:07.496 [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
05:01:07.496 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.497 [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
05:01:07.497 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.497 [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/4ea80feb-194b-4dfd-bb59-44e329f3005f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.498 [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@6c5ffd03
05:01:07.498 [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
05:01:07.498 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.498 [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
05:01:07.498 [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/4ea80feb-194b-4dfd-bb59-44e329f3005f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.499 [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@2e98dc76
05:01:07.499 [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
05:01:07.499 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.500 [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
05:01:07.503 [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/451a3708-93d7-4228-bdd7-139b5b7130c4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.504 [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@5ea73bd8
05:01:07.504 [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
05:01:07.504 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.505 [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
05:01:07.505 [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/451a3708-93d7-4228-bdd7-139b5b7130c4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.505 [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@38c40683
05:01:07.505 [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
05:01:07.505 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.506 [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
05:01:07.506 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.506 [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/451a3708-93d7-4228-bdd7-139b5b7130c4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.507 [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@2ee948c3
05:01:07.507 [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
05:01:07.507 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.507 [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
05:01:07.507 [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/451a3708-93d7-4228-bdd7-139b5b7130c4","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.507 [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@1d5be06c
05:01:07.507 [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
05:01:07.507 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.508 [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
05:01:07.521 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|7f8a3417, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7f8a3417, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3cdca2d0-7ab6-4370-a308-6908828188de, 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 ]
05:01:07.534 [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 -> 1br9fn0adxi0xps1ku3g56|74050352, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|74050352, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7316b0f0-8d59-4918-8331-bd77c04057b8, 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 ]
05:01:07.534 [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 -> 1br9fn0adxi0xps1ku3g56|63700975, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|63700975, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/451a3708-93d7-4228-bdd7-139b5b7130c4, 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 ]
05:01:07.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 -> 1br9fn0adxi0xps1ku3g56|6d3830d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6d3830d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7316b0f0-8d59-4918-8331-bd77c04057b8, 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 ]
05:01:07.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 -> 1br9fn0adxi0xps1ku3g56|653a8269, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|653a8269, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/451a3708-93d7-4228-bdd7-139b5b7130c4, 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 ]
05:01:07.578 [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/197fada3-ab94-4b02-be4f-d839ce65ce7d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.579 [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@1fc8f5e1
05:01:07.579 [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
05:01:07.579 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.580 [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
05:01:07.580 [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/197fada3-ab94-4b02-be4f-d839ce65ce7d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.580 [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@62ed2d59
05:01:07.580 [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
05:01:07.580 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.581 [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
05:01:07.720 [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/4a9edda8-3788-4560-89a8-2f5034f2ab56","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.721 [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@198eaf31
05:01:07.721 [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
05:01:07.721 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.722 [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
05:01:07.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/4a9edda8-3788-4560-89a8-2f5034f2ab56","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@1e811887
05:01:07.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.h2.sql.yaml, input: null
05:01:07.722 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.723 [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
05:01:07.723 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.723 [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/4a9edda8-3788-4560-89a8-2f5034f2ab56","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.724 [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@58ede516
05:01:07.724 [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
05:01:07.724 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.725 [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
05:01:07.725 [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/4a9edda8-3788-4560-89a8-2f5034f2ab56","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@7a42c5ea
05:01:07.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
05:01:07.725 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.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
05:01:07.741 [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 -> 1br9fn0adxi0xps1ku3g56|4101b19d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|4101b19d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/197fada3-ab94-4b02-be4f-d839ce65ce7d, 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 ]
05:01:07.825 [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/62b0b75b-43dc-4f32-96ab-bfca7bcd8a78","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@68d2bf9b
05:01:07.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
05:01:07.826 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.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
05:01:07.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/62b0b75b-43dc-4f32-96ab-bfca7bcd8a78","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.827 [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@d3df93d
05:01:07.827 [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
05:01:07.827 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.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
05:01:07.835 [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/70dadf54-35b4-4b8f-b6aa-4a0c034763bb","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.835 [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/72ed8ae6-65a3-4c3a-bfc7-a25990739ac9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.837 [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@ae5baa0
05:01:07.837 [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@19d380b3
05:01:07.837 [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
05:01:07.837 [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
05:01:07.837 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.837 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.838 [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
05:01:07.838 [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
05:01:07.838 [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/72ed8ae6-65a3-4c3a-bfc7-a25990739ac9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.838 [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/70dadf54-35b4-4b8f-b6aa-4a0c034763bb","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.838 [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@46a787ed
05:01:07.838 [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
05:01:07.838 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.838 [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@4bde8d47
05:01:07.838 [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
05:01:07.838 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.838 [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
05:01:07.839 [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
05:01:07.862 [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/f3a49b93-6337-4cf6-8008-f7a9d3873412","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.862 [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@2562e039
05:01:07.862 [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
05:01:07.862 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.863 [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
05:01:07.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/f3a49b93-6337-4cf6-8008-f7a9d3873412","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.863 [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@5d83ce59
05:01:07.863 [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
05:01:07.863 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.864 [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
05:01:07.864 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.864 [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/f3a49b93-6337-4cf6-8008-f7a9d3873412","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.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@2838319d
05:01:07.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
05:01:07.864 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.865 [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
05:01:07.865 [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/f3a49b93-6337-4cf6-8008-f7a9d3873412","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.865 [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@111e4cd9
05:01:07.865 [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
05:01:07.865 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.865 [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
05:01:07.894 [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 -> 1br9fn0adxi0xps1ku3g56|3a99137e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3a99137e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/62b0b75b-43dc-4f32-96ab-bfca7bcd8a78, 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 ]
05:01:07.897 [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/125bf92e-c929-4ece-832f-8926f55716e1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.898 [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@242f85e2
05:01:07.898 [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
05:01:07.898 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.899 [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
05:01:07.899 [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/125bf92e-c929-4ece-832f-8926f55716e1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.899 [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@12e2749d
05:01:07.899 [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
05:01:07.899 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.900 [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
05:01:07.900 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.900 [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/125bf92e-c929-4ece-832f-8926f55716e1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.901 [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@699d70d3
05:01:07.901 [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
05:01:07.901 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.902 [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
05:01:07.902 [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/125bf92e-c929-4ece-832f-8926f55716e1","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.902 [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@403eaf16
05:01:07.902 [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
05:01:07.902 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.903 [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
05:01:07.903 [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/5830ffaf-586f-4189-82c5-91f86af48215","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.903 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.904 [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@63f4e364
05:01:07.904 [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
05:01:07.904 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.904 [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
05:01:07.904 [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/5830ffaf-586f-4189-82c5-91f86af48215","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.904 [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@52fd815c
05:01:07.904 [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
05:01:07.904 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.905 [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
05:01:07.905 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:07.905 [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/5830ffaf-586f-4189-82c5-91f86af48215","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.905 [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@1ae7fcf0
05:01:07.906 [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
05:01:07.906 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.906 [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
05:01:07.906 [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/5830ffaf-586f-4189-82c5-91f86af48215","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.907 [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@44a3fa3a
05:01:07.907 [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
05:01:07.907 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:07.907 [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
05:01:07.919 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|77bcd02c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|77bcd02c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/62b0b75b-43dc-4f32-96ab-bfca7bcd8a78, 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 ]
05:01:07.925 [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 -> 1br9fn0adxi0xps1ku3g56|5d1ed354, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5d1ed354, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5830ffaf-586f-4189-82c5-91f86af48215, 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 ]
05:01:07.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/635178c6-949d-4118-b6b6-3bbca4206067","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.971 [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@274c7408
05:01:07.971 [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
05:01:07.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.972 [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
05:01:07.972 [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/635178c6-949d-4118-b6b6-3bbca4206067","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.972 [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@637c899e
05:01:07.972 [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
05:01:07.972 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.972 [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
05:01:07.978 [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/3b40c1ae-b06d-4deb-95c3-cd98c056c0a0","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.979 [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@b8ea1a1
05:01:07.979 [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
05:01:07.979 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.980 [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
05:01:07.980 [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/3b40c1ae-b06d-4deb-95c3-cd98c056c0a0","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:07.980 [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@dc9339b
05:01:07.980 [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
05:01:07.980 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:07.980 [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
05:01:08.005 [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 -> 1br9fn0adxi0xps1ku3g56|224e60f1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|224e60f1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/125bf92e-c929-4ece-832f-8926f55716e1, 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 ]
05:01:08.012 [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/7f708ae5-34b9-4975-a87b-d4b08727e443","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.013 [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@324e99a9
05:01:08.013 [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
05:01:08.013 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.013 [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
05:01:08.013 [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/7f708ae5-34b9-4975-a87b-d4b08727e443","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.013 [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@222d2621
05:01:08.013 [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
05:01:08.013 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.014 [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
05:01:08.014 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.014 [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/7f708ae5-34b9-4975-a87b-d4b08727e443","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.014 [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@5d07c575
05:01:08.014 [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
05:01:08.014 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.015 [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
05:01:08.015 [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/7f708ae5-34b9-4975-a87b-d4b08727e443","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.015 [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@756f73de
05:01:08.015 [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
05:01:08.015 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.015 [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
05:01:08.020 [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/263711c2-ce74-4d9a-9c0c-acdbc0f3db15","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.021 [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@4406c7c6
05:01:08.021 [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
05:01:08.021 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.021 [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
05:01:08.021 [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/263711c2-ce74-4d9a-9c0c-acdbc0f3db15","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.021 [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@6053eb85
05:01:08.021 [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
05:01:08.021 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.022 [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
05:01:08.022 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.022 [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/263711c2-ce74-4d9a-9c0c-acdbc0f3db15","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.022 [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@7a391417
05:01:08.022 [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
05:01:08.022 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.023 [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
05:01:08.023 [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/263711c2-ce74-4d9a-9c0c-acdbc0f3db15","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.023 [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@5008fbb9
05:01:08.023 [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
05:01:08.023 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.024 [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
05:01:08.034 [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 -> 1br9fn0adxi0xps1ku3g56|243f7677, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|243f7677, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/635178c6-949d-4118-b6b6-3bbca4206067, 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 ]
05:01:08.035 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|5c781ba8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5c781ba8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/125bf92e-c929-4ece-832f-8926f55716e1, 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 ]
05:01:08.041 [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 -> 1br9fn0adxi0xps1ku3g56|33afcaaf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|33afcaaf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/263711c2-ce74-4d9a-9c0c-acdbc0f3db15, 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 ]
05:01:08.063 [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 -> 1br9fn0adxi0xps1ku3g56|18785275, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|18785275, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/635178c6-949d-4118-b6b6-3bbca4206067, 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 ]
05:01:08.064 [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 -> 1br9fn0adxi0xps1ku3g56|2eade657, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2eade657, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/125bf92e-c929-4ece-832f-8926f55716e1, 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 ]
05:01:08.087 [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/08e5338a-13a2-4c2f-bba7-893531ac7117","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.088 [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@4a2973ed
05:01:08.088 [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
05:01:08.088 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.088 [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
05:01:08.088 [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/08e5338a-13a2-4c2f-bba7-893531ac7117","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.088 [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@4cf774a8
05:01:08.088 [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
05:01:08.088 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.089 [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
05:01:08.227 [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/d499a30d-2610-4684-9aca-1dfdc3859da9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.228 [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@4ce56598
05:01:08.228 [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
05:01:08.228 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.228 [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
05:01:08.228 [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/d499a30d-2610-4684-9aca-1dfdc3859da9","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.228 [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@ad656f5
05:01:08.228 [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
05:01:08.228 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.229 [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
05:01:08.235 [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/5e5e0e9f-37bd-4267-9a82-078fa16a1548","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.235 [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/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.236 [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@1212ca3f
05:01:08.236 [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
05:01:08.236 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.236 [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@42941d54
05:01:08.236 [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
05:01:08.236 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.237 [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
05:01:08.237 [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/5e5e0e9f-37bd-4267-9a82-078fa16a1548","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.237 [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@36ee33ff
05:01:08.237 [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
05:01:08.237 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.237 [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
05:01:08.237 [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
05:01:08.237 [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/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.238 [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@16398168
05:01:08.238 [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
05:01:08.238 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.238 [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
05:01:08.239 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.239 [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/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.239 [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@27238e1e
05:01:08.239 [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
05:01:08.239 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.239 [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
05:01:08.239 [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/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.240 [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@12d79e2f
05:01:08.240 [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
05:01:08.240 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.240 [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
05:01:08.262 [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/e5771862-1513-4ef0-9e68-06b7a2e95d11","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.263 [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@23835384
05:01:08.263 [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
05:01:08.264 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.265 [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
05:01:08.265 [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/e5771862-1513-4ef0-9e68-06b7a2e95d11","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.265 [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@6be161f4
05:01:08.265 [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
05:01:08.265 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.266 [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
05:01:08.266 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.266 [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/e5771862-1513-4ef0-9e68-06b7a2e95d11","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.267 [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@62d77b19
05:01:08.267 [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
05:01:08.267 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.267 [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
05:01:08.267 [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/e5771862-1513-4ef0-9e68-06b7a2e95d11","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.268 [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@6abdb3d5
05:01:08.268 [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
05:01:08.268 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.269 [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
05:01:08.270 [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 -> 1br9fn0adxi0xps1ku3g56|3da55d17, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3da55d17, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f, 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 ]
05:01:08.287 [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/932cc598-809c-45ae-b910-ce7f283bfa53","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.288 [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@136cf15d
05:01:08.288 [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
05:01:08.288 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.289 [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
05:01:08.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/932cc598-809c-45ae-b910-ce7f283bfa53","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.289 [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@10667772
05:01:08.289 [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
05:01:08.289 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.289 [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 -> 1br9fn0adxi0xps1ku3g56|2f90147b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2f90147b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d499a30d-2610-4684-9aca-1dfdc3859da9, 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 ]
05:01:08.290 [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
05:01:08.290 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.290 [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/932cc598-809c-45ae-b910-ce7f283bfa53","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.291 [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@49e3ea3c
05:01:08.291 [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
05:01:08.291 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.291 [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
05:01:08.291 [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/932cc598-809c-45ae-b910-ce7f283bfa53","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.292 [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@6564671d
05:01:08.292 [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
05:01:08.292 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.293 [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
05:01:08.293 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.497 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
05:01:08.311 [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 -> 1br9fn0adxi0xps1ku3g56|442aa6fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|442aa6fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d44cceb8-3bc0-4c92-96d0-e39d83a3c97f, 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 ]
05:01:08.422 [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 -> 1br9fn0adxi0xps1ku3g56|26efb7f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|26efb7f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/932cc598-809c-45ae-b910-ce7f283bfa53, 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 ]
05:01:08.460 [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 -> 1br9fn0adxi0xps1ku3g56|5b0788e2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5b0788e2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/932cc598-809c-45ae-b910-ce7f283bfa53, 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 ]
05:01:08.481 [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 -> 1br9fn0adxi0xps1ku3g56|2916d1ad, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2916d1ad, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/932cc598-809c-45ae-b910-ce7f283bfa53, 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 ]
05:01:08.546 [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/9a689261-8c75-4526-bb76-7fdbcfdce299","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.547 [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@137d178e
05:01:08.547 [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
05:01:08.547 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.548 [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
05:01:08.548 [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/9a689261-8c75-4526-bb76-7fdbcfdce299","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.550 [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@78b11e0b
05:01:08.550 [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
05:01:08.550 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.550 [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
05:01:08.579 [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/d931f633-fb0e-42b1-94c6-a9840a8c0dae","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.580 [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@67ea0e1f
05:01:08.580 [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
05:01:08.580 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.581 [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
05:01:08.581 [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/d931f633-fb0e-42b1-94c6-a9840a8c0dae","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.581 [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@4446c369
05:01:08.581 [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
05:01:08.581 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.581 [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
05:01:08.587 [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/a8c5fa4f-4774-4800-9fea-e222e7dcfae7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.588 [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@d31c68c
05:01:08.588 [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
05:01:08.588 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.589 [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
05:01:08.589 [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/a8c5fa4f-4774-4800-9fea-e222e7dcfae7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.590 [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@5fb12bef
05:01:08.590 [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
05:01:08.590 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.590 [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
05:01:08.591 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.591 [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/a8c5fa4f-4774-4800-9fea-e222e7dcfae7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.591 [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@1080bc05
05:01:08.591 [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
05:01:08.591 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.592 [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
05:01:08.592 [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/a8c5fa4f-4774-4800-9fea-e222e7dcfae7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.592 [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@67f95443
05:01:08.592 [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
05:01:08.592 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.593 [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
05:01:08.615 [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 -> 1br9fn0adxi0xps1ku3g56|2b7274c2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2b7274c2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a8c5fa4f-4774-4800-9fea-e222e7dcfae7, 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 ]
05:01:08.627 [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/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.627 [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@6b61844
05:01:08.627 [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
05:01:08.627 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.629 [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
05:01:08.629 [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/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.629 [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@50ef435e
05:01:08.629 [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
05:01:08.629 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.630 [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
05:01:08.630 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.630 [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/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.631 [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@7cbf03f2
05:01:08.631 [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
05:01:08.631 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.631 [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
05:01:08.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/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.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@345ef542
05:01:08.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
05:01:08.632 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.632 [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
05:01:08.633 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.671 [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/e470d6b3-74cc-4519-8994-c4e8ad9c2401","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.671 [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@70623986
05:01:08.671 [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
05:01:08.671 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.672 [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
05:01:08.672 [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/e470d6b3-74cc-4519-8994-c4e8ad9c2401","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.672 [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@395cd43e
05:01:08.672 [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
05:01:08.672 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.672 [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
05:01:08.711 [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/74ca7033-7ecf-44e0-8289-95f26db5d9ce","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.712 [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@36442b2b
05:01:08.712 [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
05:01:08.712 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.712 [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
05:01:08.712 [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/74ca7033-7ecf-44e0-8289-95f26db5d9ce","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.713 [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@de7e695
05:01:08.713 [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
05:01:08.713 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.713 [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
05:01:08.714 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.714 [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/74ca7033-7ecf-44e0-8289-95f26db5d9ce","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.714 [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@5e632925
05:01:08.715 [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
05:01:08.715 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.715 [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
05:01:08.715 [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/74ca7033-7ecf-44e0-8289-95f26db5d9ce","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.716 [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@7d744ee5
05:01:08.716 [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
05:01:08.716 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.716 [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
05:01:08.739 [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 -> 1br9fn0adxi0xps1ku3g56|33f3fbf4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|33f3fbf4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/74ca7033-7ecf-44e0-8289-95f26db5d9ce, 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 ]
05:01:08.753 [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 -> 1br9fn0adxi0xps1ku3g56|1402a7fe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|1402a7fe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72, 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 ]
05:01:08.778 [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 -> 1br9fn0adxi0xps1ku3g56|5e4f9d6a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5e4f9d6a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72, 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 ]
05:01:08.787 [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/45491856-5356-44d1-86af-a3aa9daa821f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.788 [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@b230fa5
05:01:08.788 [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
05:01:08.788 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.789 [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
05:01:08.789 [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/45491856-5356-44d1-86af-a3aa9daa821f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.789 [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@3e8f7a48
05:01:08.789 [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
05:01:08.789 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:08.789 [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
05:01:08.793 [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 -> 1br9fn0adxi0xps1ku3g56|47ac2cfd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|47ac2cfd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/50b7d5e5-eaa9-40cd-9f8e-b258a86bcb72, 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 ]
05:01:08.921 [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/ce2bf668-c1a8-4117-a9d1-2723b1815835","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.922 [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@6e36611f
05:01:08.922 [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
05:01:08.922 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.923 [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
05:01:08.923 [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/ce2bf668-c1a8-4117-a9d1-2723b1815835","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.923 [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@904b73c
05:01:08.923 [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
05:01:08.923 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.924 [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
05:01:08.924 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:08.924 [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/ce2bf668-c1a8-4117-a9d1-2723b1815835","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.924 [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@214dbecf
05:01:08.924 [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
05:01:08.924 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.925 [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
05:01:08.925 [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/ce2bf668-c1a8-4117-a9d1-2723b1815835","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:08.925 [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@5327c06a
05:01:08.925 [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
05:01:08.925 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:08.925 [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
05:01:08.947 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|3c376ecb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3c376ecb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ce2bf668-c1a8-4117-a9d1-2723b1815835, 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 ]
05:01:09.028 [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/e63fd902-5ab6-4172-b7fe-47db77204e99","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.028 [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@1e7672f6
05:01:09.028 [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
05:01:09.028 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.029 [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
05:01:09.029 [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/e63fd902-5ab6-4172-b7fe-47db77204e99","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.029 [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@6b2ae104
05:01:09.029 [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
05:01:09.029 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.030 [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
05:01:09.063 [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/be9e8729-81c3-4aab-ad3b-a78fac23ec1f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.064 [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@107a2cbc
05:01:09.064 [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
05:01:09.064 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.065 [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
05:01:09.065 [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/be9e8729-81c3-4aab-ad3b-a78fac23ec1f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.066 [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@66ef262d
05:01:09.066 [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
05:01:09.066 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.066 [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
05:01:09.071 [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/415f6478-ec97-45e0-86e7-492b2c17d3d7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.072 [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@5be9b9f9
05:01:09.072 [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
05:01:09.072 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.072 [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
05:01:09.072 [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/415f6478-ec97-45e0-86e7-492b2c17d3d7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.073 [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@1df7ec8f
05:01:09.073 [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
05:01:09.073 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.073 [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
05:01:09.073 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.073 [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/415f6478-ec97-45e0-86e7-492b2c17d3d7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.074 [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@7604907e
05:01:09.074 [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
05:01:09.074 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.074 [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
05:01:09.074 [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/415f6478-ec97-45e0-86e7-492b2c17d3d7","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.075 [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@6fd4dc0c
05:01:09.075 [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
05:01:09.075 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.076 [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
05:01:09.076 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.096 [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/6ed78248-0b32-4fb5-a728-a6a9ca4ee960","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.097 [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@2a736a6
05:01:09.097 [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
05:01:09.097 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.098 [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
05:01:09.098 [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/6ed78248-0b32-4fb5-a728-a6a9ca4ee960","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.099 [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@55523c9e
05:01:09.099 [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
05:01:09.099 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.099 [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
05:01:09.100 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.100 [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/6ed78248-0b32-4fb5-a728-a6a9ca4ee960","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.100 [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@77d40728
05:01:09.100 [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
05:01:09.100 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.101 [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
05:01:09.101 [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/6ed78248-0b32-4fb5-a728-a6a9ca4ee960","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.101 [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@72b3fa64
05:01:09.101 [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
05:01:09.101 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.102 [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
05:01:09.124 [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 -> 1br9fn0adxi0xps1ku3g56|5f01f86f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|5f01f86f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ed78248-0b32-4fb5-a728-a6a9ca4ee960, 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 ]
05:01:09.152 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1br9fn0adxi0xps1ku3g56|640eae0e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|640eae0e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ed78248-0b32-4fb5-a728-a6a9ca4ee960, 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 ]
05:01:09.190 [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 -> 1br9fn0adxi0xps1ku3g56|f4db344, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|f4db344, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/415f6478-ec97-45e0-86e7-492b2c17d3d7, 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 ]
05:01:09.210 [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 -> 1br9fn0adxi0xps1ku3g56|2e280174, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|2e280174, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/415f6478-ec97-45e0-86e7-492b2c17d3d7, 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 ]
05:01:09.231 [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 -> 1br9fn0adxi0xps1ku3g56|6adda062, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|6adda062, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/415f6478-ec97-45e0-86e7-492b2c17d3d7, 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 ]
05:01:09.387 [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/865e69e7-e98d-4743-81a9-5059bfc1a789","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.388 [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@768c60c6
05:01:09.388 [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
05:01:09.388 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.388 [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
05:01:09.388 [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/865e69e7-e98d-4743-81a9-5059bfc1a789","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.388 [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@230a42c1
05:01:09.388 [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
05:01:09.388 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.389 [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
05:01:09.396 [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/d42007e8-065a-414d-8bd6-7349093ad2a5","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.397 [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@2acfdd21
05:01:09.397 [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
05:01:09.397 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.397 [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
05:01:09.398 [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/d42007e8-065a-414d-8bd6-7349093ad2a5","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.398 [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@607dbc19
05:01:09.398 [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
05:01:09.398 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.398 [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
05:01:09.438 [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/d74ffd4b-42dd-41fa-a2ad-eb10564e8e1d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.439 [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@5f87b806
05:01:09.439 [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
05:01:09.439 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.440 [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
05:01:09.440 [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/d74ffd4b-42dd-41fa-a2ad-eb10564e8e1d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.440 [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@571d4444
05:01:09.441 [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
05:01:09.441 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.441 [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
05:01:09.441 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.441 [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/d74ffd4b-42dd-41fa-a2ad-eb10564e8e1d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.442 [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@4c64a233
05:01:09.442 [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
05:01:09.442 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.442 [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
05:01:09.442 [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/d74ffd4b-42dd-41fa-a2ad-eb10564e8e1d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.443 [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@20f0b6f6
05:01:09.443 [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
05:01:09.443 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.443 [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
05:01:09.466 [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 -> 1br9fn0adxi0xps1ku3g56|32b83625, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|32b83625, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d74ffd4b-42dd-41fa-a2ad-eb10564e8e1d, 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 ]
05:01:09.605 [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/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.606 [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@d05108a
05:01:09.606 [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
05:01:09.606 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.606 [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
05:01:09.606 [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/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.607 [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@38ae4034
05:01:09.607 [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
05:01:09.607 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.607 [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
05:01:09.607 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.607 [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/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.608 [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@4022b19b
05:01:09.608 [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
05:01:09.608 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.608 [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
05:01:09.608 [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/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.608 [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@201dfda5
05:01:09.608 [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
05:01:09.608 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.609 [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
05:01:09.613 [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/bce53148-1303-4431-9c34-4c6dcb3e085d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.613 [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@13e8a4bc
05:01:09.614 [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
05:01:09.614 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.614 [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
05:01:09.614 [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/bce53148-1303-4431-9c34-4c6dcb3e085d","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.614 [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@6853b946
05:01:09.614 [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
05:01:09.614 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.615 [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
05:01:09.635 [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 -> 1br9fn0adxi0xps1ku3g56|619d85f2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|619d85f2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa, 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 ]
05:01:09.658 [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 -> 1br9fn0adxi0xps1ku3g56|4bd0008e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|4bd0008e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa, 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 ]
05:01:09.670 [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 -> 1br9fn0adxi0xps1ku3g56|3d5e9842, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|3d5e9842, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/49ebac64-8d16-4ea6-9c5a-3e70fdab06aa, 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.87 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
05:01:09.688 [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/9ee5252e-7c8e-429d-91c6-bbd75571738f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.689 [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@3bb673c7
05:01:09.689 [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
05:01:09.689 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.690 [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
05:01:09.690 [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/9ee5252e-7c8e-429d-91c6-bbd75571738f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.691 [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@5e3903a
05:01:09.691 [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
05:01:09.691 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.692 [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
05:01:09.692 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.692 [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/9ee5252e-7c8e-429d-91c6-bbd75571738f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.692 [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@5adafb1
05:01:09.692 [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
05:01:09.692 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.693 [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
05:01:09.693 [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/9ee5252e-7c8e-429d-91c6-bbd75571738f","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.693 [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@63e118e1
05:01:09.693 [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
05:01:09.693 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.694 [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
05:01:09.713 [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 -> 1br9fn0adxi0xps1ku3g56|7c252680, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|7c252680, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9ee5252e-7c8e-429d-91c6-bbd75571738f, 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 ]
05:01:09.822 [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/bdf36d1b-1d81-474c-911a-681668d54804","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.822 [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@3a8fe574
05:01:09.822 [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
05:01:09.822 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.823 [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
05:01:09.823 [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/bdf36d1b-1d81-474c-911a-681668d54804","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.823 [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@b7c754e
05:01:09.823 [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
05:01:09.823 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
05:01:09.823 [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
05:01:09.870 [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/281e8dc5-d870-46ba-933e-f92b778cc019","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.871 [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@1f60c34c
05:01:09.871 [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
05:01:09.871 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.872 [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
05:01:09.872 [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/281e8dc5-d870-46ba-933e-f92b778cc019","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.872 [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@305057ff
05:01:09.872 [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
05:01:09.872 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.872 [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
05:01:09.872 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:09.873 [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/281e8dc5-d870-46ba-933e-f92b778cc019","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.873 [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@79b9353c
05:01:09.873 [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
05:01:09.873 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.873 [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
05:01:09.873 [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/281e8dc5-d870-46ba-933e-f92b778cc019","user":null,"driver_class":"org.h2.Driver"} - table: null
05:01:09.873 [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@d220b1e
05:01:09.874 [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
05:01:09.874 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
05:01:09.874 [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
05:01:09.898 [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 -> 1br9fn0adxi0xps1ku3g56|17873312, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adxi0xps1ku3g56|17873312, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/281e8dc5-d870-46ba-933e-f92b778cc019, 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.107 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       [44/46]
[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@37ab0e06
[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
05:01:49.343 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:48405], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
05:01:49.384 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@47747fb9 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:48405, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
05:01:49.422 [cluster-ClusterId{value='5f9bd67db4a0db1b0474b691', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:48405
05:01:49.427 [cluster-ClusterId{value='5f9bd67db4a0db1b0474b691', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:48405, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=4045655}
05:01:49.453 [Thread-9] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:48405
05:01:49.553 [Thread-13] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:48405
05:01:49.990 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext)
05:01:50.262 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext)
05:01:50.346 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext)
05:01:50.390 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext)
05:01:50.403 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext)
05:01:50.427 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext)
05:01:50.449 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext)
05:01:50.461 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext)
05:01:50.477 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext)
05:01:50.500 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext)
05:01:50.520 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext)
05:01:50.544 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext)
05:01:50.559 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext)
05:01:50.574 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext)
05:01:50.587 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext)
05:01:50.597 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext)
05:01:50.613 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext)
05:01:50.633 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext)
05:01:50.649 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:48405 because the pool has been closed.
05:01:50.651 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:48405 because the pool has been closed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
05:01:50.692 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:48405], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
05:01:50.702 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:01:50.703 [cluster-ClusterId{value='5f9bd67eb4a0db1b0474b6a6', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:48405
05:01:50.704 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@3e1624c7 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:48405, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
05:01:50.705 [cluster-ClusterId{value='5f9bd67eb4a0db1b0474b6a6', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:48405, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1594399}
05:01:50.705 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@62b969c4 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:48405, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
05:01:50.714 [Thread-17] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:48405
05:01:50.714 [Thread-16] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:48405
05:02:00.724 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext)
05:02:01.136 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext)
05:02:01.137 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:01.317 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext)
05:02:01.318 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:01.756 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext)
05:02:01.758 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:01.893 [vert.x-eventloop-thread-12] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:02.007 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext)
05:02:02.007 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:02.100 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:02.206 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext)
05:02:02.228 [Thread-5] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:48405
05:02:02.234 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext)
05:02:02.602 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext)
05:02:02.603 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:02.759 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext)
05:02:02.760 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:02.895 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext)
05:02:02.896 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:03.039 [Thread-19] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:48405
05:02:03.044 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext)
05:02:03.045 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
05:02:03.164 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext)
05:02:03.189 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:48405 because the pool has been closed.
05:02:03.190 [Thread-10] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:48405 because the pool has been closed.
05:02:03.190 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:48405 because the pool has been closed.
05:02:03.191 [Thread-13] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:48405 because the pool has been closed.
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.508 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[ERROR] testUpdateCredentialsFailsForWrongResourceVersion{VertxTestContext}  Time elapsed: 10.016 s  <<< ERROR!
java.util.concurrent.TimeoutException: The test execution timed out. Make sure your asynchronous code includes calls to either VertxTestContext#completeNow(), VertxTestContext#failNow() or Checkpoint#flag()

[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
05:02:03.209 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:48405], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
05:02:03.210 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@75e710b from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:48405, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
05:02:03.218 [cluster-ClusterId{value='5f9bd68bb4a0db1b0474b6bd', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:48405
05:02:03.220 [cluster-ClusterId{value='5f9bd68bb4a0db1b0474b6bd', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:48405, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1496928}
05:02:03.227 [Thread-11] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:48405
05:02:03.610 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
05:02:03.652 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
05:02:03.682 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
05:02:03.710 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
05:02:03.728 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
05:02:03.749 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
05:02:03.767 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
05:02:03.784 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
05:02:03.800 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:48405 because the pool has been closed.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
05:02:03.820 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:48405], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
05:02:03.821 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@2bef09c0 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:48405, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
05:02:03.828 [cluster-ClusterId{value='5f9bd68bb4a0db1b0474b6cf', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:48405
05:02:03.830 [cluster-ClusterId{value='5f9bd68bb4a0db1b0474b6cf', description='null'}-127.0.0.1:48405] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:48405, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1487093}
05:02:03.840 [Thread-15] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:48405
05:02:04.110 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext)
05:02:04.124 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext)
05:02:04.156 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext)
05:02:04.167 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext)
05:02:04.189 [Thread-15] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:13, serverValue:13}] to 127.0.0.1:48405
05:02:04.205 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext)
05:02:04.219 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext)
05:02:04.242 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext)
05:02:04.255 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext)
05:02:04.270 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext)
05:02:04.279 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext)
05:02:04.303 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
05:02:04.314 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext)
05:02:04.325 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext)
05:02:04.348 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext)
05:02:04.362 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
05:02:04.376 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
05:02:04.388 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext)
05:02:04.397 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext)
05:02:04.416 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext)
05:02:04.422 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext)
05:02:04.432 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext)
05:02:04.442 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
05:02:04.455 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext)
05:02:04.462 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext)
05:02:04.473 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:13, serverValue:13}] to 127.0.0.1:48405 because the pool has been closed.
05:02:04.474 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:48405 because the pool has been closed.
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 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 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] 
[ERROR] Errors: 
[ERROR]   MongoDbBasedCredentialServiceTest.testUpdateCredentialsFailsForWrongResourceVersion ยป Timeout
[INFO] 
[ERROR] Tests run: 69, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.5.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  5.714 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.066 s]
[INFO] Legal Documents .................................... SUCCESS [  6.692 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.400 s]
[INFO] Hono Core .......................................... SUCCESS [ 28.062 s]
[INFO] Hono Client ........................................ SUCCESS [ 12.486 s]
[INFO] Hono Test Utils .................................... SUCCESS [  2.306 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  0.772 s]
[INFO] Hono Service base .................................. SUCCESS [ 14.451 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [  9.956 s]
[INFO] Hono Service Base Test Utils ....................... SUCCESS [  0.921 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.907 s]
[INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [  3.413 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 23.335 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  5.930 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  1.471 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  6.329 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  1.472 s]
[INFO] Hono Service Base Quarkus .......................... SUCCESS [  5.988 s]
[INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [  9.215 s]
[INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [  7.205 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  5.936 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  4.236 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  8.182 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  1.257 s]
[INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [  5.513 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  1.420 s]
[INFO] Hono command-line interface ........................ SUCCESS [  4.468 s]
[INFO] Hono Clients ....................................... SUCCESS [  0.059 s]
[INFO] Hono Client for Protocol Adapters .................. SUCCESS [  0.506 s]
[INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [  0.512 s]
[INFO] Hono Deployment .................................... SUCCESS [  6.443 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.074 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.297 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.789 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 21.104 s]
[INFO] Hono Services ...................................... SUCCESS [  3.785 s]
[INFO] Hono Auth .......................................... SUCCESS [  5.251 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 53.727 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [ 13.695 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  5.565 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [  7.602 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 57.320 s]
[INFO] Hono Mongodb Based Device Registry ................. FAILURE [ 23.915 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:32 min
[INFO] Finished at: 2020-10-30T05:02:05-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven4c487361/maven-spy-20201030-045532-5207469581552534116987.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (run-tests) on project hono-service-device-registry-mongodb: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :hono-service-device-registry-mongodb
[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/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] 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: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 - 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: 69 ms, Generated Artifacts Publisher: 2330 ms, Invoker Publisher: 1 ms, Junit Publisher: 486 ms, Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 448 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 5 ms, Open Task Scanner Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 1
[Pipeline] echo
Build status: FAILURE
[Pipeline] step
Sending e-mails to: hono-dev@eclipse.org
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: FAILURE