Skip to content

Console Output

Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Obtained jenkins/Hono-CI-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-78zg2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-78zg2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-78zg2"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-78zg2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hono.svc.cluster.local/hono/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-hono"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-78zg2 in /home/jenkins/agent/workspace/Hono CI Pipeline
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: master
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
 > git init /home/jenkins/agent/workspace/Hono CI Pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 50d0f9441fac0ee1d8a8b7722794cb85868baf7e (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50d0f9441fac0ee1d8a8b7722794cb85868baf7e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 50d0f9441fac0ee1d8a8b7722794cb85868baf7e # timeout=10
Commit message: "Improve website build pipeline"
 > git rev-list --no-walk 50d0f9441fac0ee1d8a8b7722794cb85868baf7e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.JacocoReportPublisher[disabled=true]]
[withMaven] Available options: 
[withMaven] using JDK installation openjdk-jdk11-latest
[withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
+ mvn -B clean install
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven12486550/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven12486550" 
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven12486550/maven-spy-20201109-084317-3848112829560679034329.log.tmp ...
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 46 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 46 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Hono                                                               [pom]
[INFO] Hono Dependencies                                                  [pom]
[INFO] Legal Documents                                                    [jar]
[INFO] Hono Demo Certs                                                    [jar]
[INFO] Hono Core                                                       [bundle]
[INFO] Hono Clients                                                       [pom]
[INFO] Hono Client for Protocol Adapters                                  [jar]
[INFO] Hono Client                                                     [bundle]
[INFO] Hono Client for Protocol Adapters (AMQP)                           [jar]
[INFO] Hono Test Utils                                                    [pom]
[INFO] Hono Core Test Utils                                               [jar]
[INFO] Hono Service base                                                  [jar]
[INFO] Hotrod Device Connection client                                    [jar]
[INFO] Hono Service Base Test Utils                                       [jar]
[INFO] Hono Protocol Adapters                                             [pom]
[INFO] Hono Protocol Adapter Base (Spring)                                [pom]
[INFO] Hono AMQP Adapter                                                  [jar]
[INFO] Hono CoAP Adapter base                                             [jar]
[INFO] Hono CoAP Adapter                                                  [jar]
[INFO] Hono HTTP Adapter base                                             [jar]
[INFO] Hono HTTP Adapter                                                  [jar]
[INFO] Hono Service Base Quarkus                                          [jar]
[INFO] Hono Protocol Adapter Base (Quarkus)                               [pom]
[INFO] Hono HTTP Adapter (Quarkus)                                        [jar]
[INFO] Hono MQTT Adapter base                                             [jar]
[INFO] Hono Kura Adapter                                                  [jar]
[INFO] Hono LoRa Adapter                                                  [jar]
[INFO] Hono MQTT Adapter                                                  [jar]
[INFO] Hono MQTT Adapter (Quarkus)                                        [jar]
[INFO] Hono Sigfox Adapter                                                [jar]
[INFO] Hono command-line interface                                        [jar]
[INFO] Hono Deployment                                                    [jar]
[INFO] Hono Examples                                                      [pom]
[INFO] Hono Client Examples                                               [jar]
[INFO] Hono Protocol Gateway example                                      [jar]
[INFO] Hono JMeter Plugin                                                 [jar]
[INFO] Hono Services                                                      [pom]
[INFO] Hono Auth                                                          [jar]
[INFO] Hono Service Device Registry Base                                  [jar]
[INFO] Base classes for JDBC services                                     [jar]
[INFO] Hono Device Connection service                                     [jar]
[INFO] Hono File Based Device Registry                                    [jar]
[INFO] Hono JDBC Based Device Registry                                    [jar]
[INFO] Hono Mongodb Based Device Registry                                 [jar]
[INFO] Hono Site                                                          [pom]
[INFO] Hono Integration Tests                                             [jar]
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-parent >--------------------
[INFO] Building Hono 1.5.0-SNAPSHOT                                      [1/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-bom >----------------------
[INFO] Building Hono Dependencies 1.5.0-SNAPSHOT                         [2/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-bom ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-legal >---------------------
[INFO] Building Legal Documents 1.5.0-SNAPSHOT                           [3/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-legal ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/legal/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------
[INFO] Building Hono Demo Certs 1.5.0-SNAPSHOT                           [4/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-demo-certs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-core >---------------------
[INFO] Building Hono Core 1.5.0-SNAPSHOT                                 [5/46]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-core ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.config.KeyLoaderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.hono.config.KeyLoaderTest
[INFO] Running org.eclipse.hono.config.PemReaderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.config.AbstractConfigTest
08:44:24.225 [ForkJoinPool-1-worker-1] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12
08:44:24.230 [ForkJoinPool-1-worker-1] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.config.AbstractConfigTest
[INFO] Running org.eclipse.hono.config.FileFormatTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.FileFormatTest
[INFO] Running org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Running org.eclipse.hono.util.PairTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.util.PairTest
[INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Running org.eclipse.hono.util.MessageTapTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.MessageHelperTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.hono.util.MessageHelperTest
[INFO] Running org.eclipse.hono.util.HostnamesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.HostnamesTest
[INFO] Running org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.util.HonoProtonHelperTest
08:44:25.021 [ForkJoinPool-1-worker-3] WARN  o.e.h.c.impl.ConnectionFactoryImpl - can't open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: underlying connection was disconnected while opening AMQP connection
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.hono.util.HonoProtonHelperTest
[INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Running org.eclipse.hono.util.TenantObjectTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Running org.eclipse.hono.auth.BCryptHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.309 s - in org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.tracing.TracingHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.hono.tracing.TracingHelperTest
[INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.util.TriTupleTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.util.JwtHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.hono.util.JwtHelperTest
[INFO] Running org.eclipse.hono.util.AddressHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.AddressHelperTest
[INFO] Running org.eclipse.hono.util.CredentialsObjectTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.util.CredentialsObjectTest
[INFO] Running org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Running org.eclipse.hono.util.EventBusMessageTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.hono.util.FuturesTest
[INFO] Running org.eclipse.hono.util.StringsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.StringsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.util.TenantObjectTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 172, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-core ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-core ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-core ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-core ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-clients-parent >----------------
[INFO] Building Hono Clients 1.5.0-SNAPSHOT                              [6/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-clients-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-client-adapter >----------------
[INFO] Building Hono Client for Protocol Adapters 1.5.0-SNAPSHOT         [7/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-client >--------------------
[INFO] Building Hono Client 1.5.0-SNAPSHOT                               [8/46]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Running org.eclipse.hono.client.CommandTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s - in org.eclipse.hono.client.CommandTest
[INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Running org.eclipse.hono.client.CommandResponseTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.client.CommandResponseTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-client ---
[WARNING] Include-Resource: overriding org/eclipse/hono/client/ServiceInvocationException_messages.properties=src/main/resources/org/eclipse/hono/client/ServiceInvocationException_messages.properties with META-INF=/home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-client ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-client ---
[INFO] Installing org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-adapter-amqp >--------------
[INFO] Building Hono Client for Protocol Adapters (AMQP) 1.5.0-SNAPSHOT  [9/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-amqp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-amqp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:test-utils >---------------------
[INFO] Building Hono Test Utils 1.5.0-SNAPSHOT                          [10/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ test-utils ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ test-utils ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:core-test-utils >------------------
[INFO] Building Hono Core Test Utils 1.5.0-SNAPSHOT                     [11/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ core-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ core-test-utils ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ core-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ core-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ core-test-utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ core-test-utils ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ core-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-base >-----------------
[INFO] Building Hono Service base 1.5.0-SNAPSHOT                        [12/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
08:45:22.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HttpContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.http.HttpContextTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
08:45:23.463 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:45:23.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 873942000] successfully connected
08:45:23.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 1777015777] successfully connected
08:45:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 22063490] successfully connected
08:45:23.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1416551394] successfully connected
08:45:23.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1535099106] successfully connected
08:45:23.518 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
08:45:23.520 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
08:45:23.646 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:45:23.647 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1941083223] successfully connected
08:45:23.648 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 49472192] successfully connected
08:45:23.648 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1812969403] successfully connected
08:45:23.649 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 999049758] successfully connected
08:45:23.649 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1559978260] successfully connected
08:45:23.650 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
08:45:23.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
08:45:23.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
08:45:23.655 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Running org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
08:45:23.819 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up
08:45:23.827 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:45:23.828 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
08:45:23.828 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
08:45:23.829 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:45:23.830 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
08:45:23.830 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
08:45:23.835 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:45:23.835 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
08:45:23.835 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
08:45:23.835 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
08:45:23.838 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.AbstractServiceBaseTest$1 - secure and insecure ports must be configured to bind to different port numbers
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
08:45:24.126 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null
08:45:24.358 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: minute( sum( increase( hono_connections_authenticated_duration_seconds_sum {tenant="DEFAULT_TENANT"} [22695m:15s])))]: null
08:45:24.439 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: floor(sum(increase(hono_messages_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [12045m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [12045m:15s]) or hono_messages_payload_bytes_sum*0))]: null
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
08:45:25.017 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
08:45:25.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
08:45:25.020 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.VertxBasedHealthCheckServer - failed to start Health Check server
java.lang.IllegalStateException: neither secure nor insecure server has been started
	at org.eclipse.hono.service.VertxBasedHealthCheckServer.lambda$start$0(VertxBasedHealthCheckServer.java:133)
	at io.vertx.core.Future.lambda$map$4(Future.java:411)
	at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105)
	at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83)
	at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:131)
	at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:25)
	at io.vertx.core.Future.map(Future.java:407)
	at org.eclipse.hono.service.VertxBasedHealthCheckServer.start(VertxBasedHealthCheckServer.java:131)
	at org.eclipse.hono.service.VertxBasedHealthCheckServerTest.testHealthCheckServerWithNoBindAddressFailsToStart(VertxBasedHealthCheckServerTest.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
08:45:25.047 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
[INFO] Running org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
08:45:25.615 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
08:45:25.627 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
08:45:25.627 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:35123/readiness
08:45:25.627 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:35123/liveness
08:45:25.629 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
08:45:25.629 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:35629/readiness
08:45:25.629 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:35629/liveness
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
08:45:25.715 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
08:45:25.715 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
08:45:25.716 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
08:45:25.757 [vert.x-eventloop-thread-2] ERROR o.e.h.s.a.EventBusAuthenticationService - got illegal status code in authentication response exception: 200
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
08:45:26.230 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:35123]
08:45:26.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:35629]
08:45:26.248 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
08:45:26.248 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
08:45:26.253 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
08:45:26.253 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:44429/readiness
08:45:26.253 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:44429/liveness
08:45:26.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:44429]
08:45:26.326 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
08:45:26.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
08:45:26.414 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
08:45:26.415 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:46483/readiness
08:45:26.415 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:46483/liveness
08:45:26.521 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:46483]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
08:45:26.625 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
08:45:26.627 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB).
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
08:45:26.642 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
08:45:26.645 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null)
08:45:26.646 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
08:45:26.648 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
08:45:26.649 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
08:45:26.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:26.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:26.748 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:26.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:26.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:26.764 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:26.767 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:26.769 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:26.919 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$1966103780]
08:45:27.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$1710137131]
08:45:27.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:27.071 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:27.077 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:27.091 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:27.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:27.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:27.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:27.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:45:27.129 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:45:27.131 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 162, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.hono:client-device-connection-infinispan >--------
[INFO] Building Hotrod Device Connection client 1.5.0-SNAPSHOT          [13/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
08:45:40.519 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.523 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.717 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.718 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.729 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.746 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.746 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.823 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.824 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:40.830 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:40.831 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.909 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
08:45:40.850 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.852 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.918 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.919 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.944 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:40.954 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:40.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:41.016 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:41.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:45:41.026 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:45:41.028 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
Configuration [asyncExecutorFactory=ExecutorFactoryConfiguration [factoryClass=class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory, factory=null, properties()={infinispan.client.hotrod.connection_pool.min_idle=2}], balancingStrategyFactory=()->org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy@837fc72,classLoader=java.lang.ref.WeakReference@9c465b3, 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@415b7527, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@1ec7c01d, 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@29247bdb, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@3676ab1, jmx_name=Default]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
08:45:41.894 [vert.x-worker-thread-0] INFO  org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
08:45:42.361 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.366 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:42.542 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.543 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:42.634 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.634 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:42.726 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.727 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:42.771 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.774 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:42.855 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:42.856 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.043 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.044 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.135 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.137 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.213 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.214 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.255 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.256 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.338 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.339 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.377 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.413 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.465 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.467 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.530 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.531 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.570 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.571 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.650 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.651 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.724 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.725 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.761 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.762 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.839 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.841 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.917 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.918 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:43.961 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:43.962 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.041 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.042 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.075 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.076 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.134 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.135 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.166 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.167 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.223 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.224 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.264 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.265 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.337 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.337 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.370 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.371 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.437 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.438 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.473 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.474 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.558 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.559 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:45:44.621 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:45:44.622 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.594 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
08:45:44.633 [Thread-47] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.633 [Thread-55] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.633 [Thread-115] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.633 [Thread-23] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.634 [Thread-99] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.634 [Thread-111] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.634 [Thread-51] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-71] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-131] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-19] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-75] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-39] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-3] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.635 [Thread-59] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.636 [Thread-91] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-35] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-7] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-15] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-103] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-63] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.637 [Thread-87] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.639 [Thread-83] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.640 [Thread-67] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.640 [Thread-127] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.640 [Thread-31] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.641 [Thread-43] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.641 [Thread-95] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.640 [Thread-11] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.641 [Thread-123] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.643 [Thread-107] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.714 [Thread-119] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.714 [Thread-27] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:45:44.714 [Thread-79] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ client-device-connection-infinispan ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:service-base-test-utils >--------------
[INFO] Building Hono Service Base Test Utils 1.5.0-SNAPSHOT             [14/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-base-test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ service-base-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ service-base-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ service-base-test-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ service-base-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ service-base-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ service-base-test-utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ service-base-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ service-base-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ service-base-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ service-base-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-adapters >-------------------
[INFO] Building Hono Protocol Adapters 1.5.0-SNAPSHOT                   [15/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >--------------
[INFO] Building Hono Protocol Adapter Base (Spring) 1.5.0-SNAPSHOT      [16/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-spring ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-spring ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-spring ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-spring ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >--------------
[INFO] Building Hono AMQP Adapter 1.5.0-SNAPSHOT                        [17/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 s - in org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-amqp-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------
[INFO] Building Hono CoAP Adapter base 1.5.0-SNAPSHOT                   [18/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
08:46:01.846 [ForkJoinPool-1-worker-1] INFO  io.jaegertracing.Configuration - Initialized tracer=JaegerTracer(version=Java-1.2.0, serviceName=test, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=basic-78zg2, jaeger.version=Java-1.2.0, ip=10.40.15.153}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 s - in org.eclipse.hono.adapter.coap.CoapContextTest
[INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
08:46:03.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$557077693]
08:46:03.661 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 138929272] successfully connected
08:46:03.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 493533894] successfully connected
08:46:03.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 714959776] successfully connected
08:46:03.663 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1425925793] successfully connected
08:46:03.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1885958334] successfully connected
08:46:03.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:46:03.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:46:03.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
08:46:04.691 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$557077693]
08:46:04.692 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 215971175] successfully connected
08:46:04.692 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1551856207] successfully connected
08:46:04.693 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 924369861] successfully connected
08:46:04.693 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 25233961] successfully connected
08:46:04.694 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1988244275] successfully connected
08:46:04.695 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:46:04.696 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:46:04.748 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$557077693]
08:46:04.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1809616] successfully connected
08:46:04.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 482306013] successfully connected
08:46:04.750 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 46717941] successfully connected
08:46:04.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1551961098] successfully connected
08:46:04.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 10544726] successfully connected
08:46:04.752 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:46:04.753 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:46:04.926 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$557077693]
08:46:04.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1712041870] successfully connected
08:46:04.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 845606522] successfully connected
08:46:04.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1267966633] successfully connected
08:46:04.929 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1106379023] successfully connected
08:46:04.930 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 2059313504] successfully connected
08:46:04.931 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:46:04.932 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:46:04.932 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.89 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >--------------
[INFO] Building Hono CoAP Adapter 1.5.0-SNAPSHOT                        [19/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-coap-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------
[INFO] Building Hono HTTP Adapter base 1.5.0-SNAPSHOT                   [20/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
08:46:11.836 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:11.854 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:46:11.859 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Telemetry client [Mock for TelemetrySender, hashCode: 1982166119] successfully connected
08:46:11.862 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Event client [Mock for EventSender, hashCode: 431705758] successfully connected
08:46:11.863 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Tenant service client [Mock for TenantClient, hashCode: 1455248213] successfully connected
08:46:11.864 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 499328680] successfully connected
08:46:11.912 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Credentials service client [Mock for CredentialsClient, hashCode: 1939917851] successfully connected
08:46:11.915 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service
08:46:11.917 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control
08:46:11.918 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false
08:46:11.932 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes
08:46:11.946 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:12.252 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:40919
08:46:12.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)]
08:46:12.829 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:12.950 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.031 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)]
08:46:13.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.132 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)]
08:46:13.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.213 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)]
08:46:13.220 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.238 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)]
08:46:13.252 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)]
08:46:13.323 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.328 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)]
08:46:13.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)]
08:46:13.357 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.357 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1258920607]
08:46:13.357 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1988172732] successfully connected
08:46:13.358 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 820526436] successfully connected
08:46:13.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 86275885] successfully connected
08:46:13.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 843996112] successfully connected
08:46:13.360 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1282206430] successfully connected
08:46:13.360 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:46:13.361 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:46:13.412 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:46:13.412 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)]
08:46:13.412 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:46:13.415 [ForkJoinPool-1-worker-1] ERROR o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - error while starting up insecure http server
io.vertx.core.impl.NoStackTraceThrowable: http server intentionally failed to start
08:46:13.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.434 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)]
08:46:13.455 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)]
08:46:13.512 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.644 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)]
08:46:13.661 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)]
08:46:13.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1258920607]
08:46:13.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1496455973] successfully connected
08:46:13.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 279585695] successfully connected
08:46:13.667 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1662649610] successfully connected
08:46:13.667 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 41164269] successfully connected
08:46:13.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1263982005] successfully connected
08:46:13.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:46:13.670 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:46:13.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:46:13.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:46:13.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
08:46:13.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)]
08:46:13.728 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)]
08:46:13.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.750 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)]
08:46:13.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
08:46:13.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1258920607]
08:46:13.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 401922278] successfully connected
08:46:13.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1494397421] successfully connected
08:46:13.816 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 910791300] successfully connected
08:46:13.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1589827211] successfully connected
08:46:13.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1866466909] successfully connected
08:46:13.818 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:46:13.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:46:13.819 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter
08:46:13.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:46:13.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:46:13.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
08:46:13.831 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter
08:46:13.837 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.686 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
08:46:13.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$295767158]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.77 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >--------------
[INFO] Building Hono HTTP Adapter 1.5.0-SNAPSHOT                        [21/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-http-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >-------------
[INFO] Building Hono Service Base Quarkus 1.5.0-SNAPSHOT                [22/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-quarkus ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.quarkus.SystemLoggerTest
Nov 09, 2020 8:46:21 AM org.eclipse.hono.service.quarkus.SystemLoggerTest reflectionOnJdkInternalEventAllowed
INFO: access to jdk.internal.event.EventHelper via reflection is not possible, run JVM with option --add-opens java.base/jdk.internal.event=ALL-UNNAMED to enable tests
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.213 s - in org.eclipse.hono.service.quarkus.SystemLoggerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >-------------
[INFO] Building Hono Protocol Adapter Base (Quarkus) 1.5.0-SNAPSHOT     [23/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-base-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-base-quarkus ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-base-quarkus ---
[INFO] Type of the artifact is POM, skipping build goal
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >----------
[INFO] Building Hono HTTP Adapter (Quarkus) 1.5.0-SNAPSHOT              [24/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-quarkus ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-quarkus ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.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.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4530ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------
[INFO] Building Hono MQTT Adapter base 1.5.0-SNAPSHOT                   [25/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
08:46:42.029 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$267097866]
08:46:42.034 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 239578808] successfully connected
08:46:42.035 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 39476571] successfully connected
08:46:42.036 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 559652606] successfully connected
08:46:42.036 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1046668867] successfully connected
08:46:42.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 714067219] successfully connected
08:46:42.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
08:46:42.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
08:46:42.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
08:46:42.043 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
08:46:42.044 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
08:46:42.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
08:46:43.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$267097866]
08:46:43.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1620915676] successfully connected
08:46:43.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1907966988] successfully connected
08:46:43.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 2106884782] successfully connected
08:46:43.060 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1090734459] successfully connected
08:46:43.060 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1211737938] successfully connected
08:46:43.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
08:46:43.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
08:46:43.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
08:46:43.070 [ForkJoinPool-1-worker-1] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2147483647 is too high: Recommended is maximum 48687 (based on max. available memory: 1073MB)
08:46:43.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
08:46:43.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
08:46:43.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-kura >-----------------
[INFO] Building Hono Kura Adapter 1.5.0-SNAPSHOT                        [26/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-kura ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-kura ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-kura ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-kura ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-kura ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-kura ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-kura ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-kura ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-kura ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-kura ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-kura ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-kura ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-kura ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >--------------
[INFO] Building Hono LoRa Adapter 1.5.0-SNAPSHOT                        [27/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest
SLF4J: A number (23) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
08:46:55.020 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
[INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
08:46:55.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.541 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.833 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
08:46:55.965 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$858444129]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-lora-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-lora-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >--------------
[INFO] Building Hono MQTT Adapter 1.5.0-SNAPSHOT                        [28/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-mqtt-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >----------
[INFO] Building Hono MQTT Adapter (Quarkus) 1.5.0-SNAPSHOT              [29/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4668ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >-------------
[INFO] Building Hono Sigfox Adapter 1.5.0-SNAPSHOT                      [30/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-sigfox-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-sigfox-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-sigfox-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-sigfox-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-sigfox-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-sigfox-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-sigfox-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-sigfox-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-sigfox-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-cli >----------------------
[INFO] Building Hono command-line interface 1.5.0-SNAPSHOT              [31/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-cli ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-cli ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-cli ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-cli ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.cli.app.ReceiverTest
08:47:09.640 [ForkJoinPool-1-worker-3] ERROR org.eclipse.hono.cli.app.Receiver - Error occurred during initialization of receiver: Invalid message type ["xxxxx"]. Valid types are "telemetry", "event" or "all"
08:47:09.659 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
08:47:09.672 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
08:47:09.679 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: telemetry] created successfully, hit ctrl-c to exit
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s - in org.eclipse.hono.cli.app.ReceiverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-cli ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-cli ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-deploy >--------------------
[INFO] Building Hono Deployment 1.5.0-SNAPSHOT                          [32/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-deploy ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-deploy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-deploy ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-deploy ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-deploy ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/sandbox/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12,*.properties" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_default_tenants_trust_anchor) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to deploy
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_sandbox_config_files) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-deploy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-deploy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-deploy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-deploy ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-deploy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-deploy ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-deploy ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-example >--------------------
[INFO] Building Hono Examples 1.5.0-SNAPSHOT                            [33/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-example-client >----------------
[INFO] Building Hono Client Examples 1.5.0-SNAPSHOT                     [34/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example-client ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-example-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-example-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-example-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-example-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-example-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-example-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-example-client ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------
[INFO] Building Hono Protocol Gateway example 1.5.0-SNAPSHOT            [35/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ protocol-gateway ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ protocol-gateway ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ protocol-gateway ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ protocol-gateway ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ protocol-gateway ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ protocol-gateway ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-jmeter >--------------------
[INFO] Building Hono JMeter Plugin 1.5.0-SNAPSHOT                       [36/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-jmeter ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-jmeter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-jmeter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-jmeter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-jmeter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-jmeter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-jmeter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-jmeter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-jmeter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (jmeter-plugin) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/plugin/hono-jmeter-1.5.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-jmeter ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-jmeter ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-services >-------------------
[INFO] Building Hono Services 1.5.0-SNAPSHOT                            [37/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-auth >-----------------
[INFO] Building Hono Auth 1.5.0-SNAPSHOT                                [38/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] Running org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
08:47:43.567 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.a.i.FileBasedAuthenticationService - loading permissions from resource file:/home/jenkins/agent/workspace/Hono%20CI%20Pipeline/services/auth/target/test-classes/authentication-service-test-permissions.json
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 s - in org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.509 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-auth ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-auth ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >---------
[INFO] Building Hono Service Device Registry Base 1.5.0-SNAPSHOT        [39/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
08:48:28.314 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 s - in org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
08:48:29.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1747777366
08:48:29.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1099159981
08:48:29.167 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1890975795
08:48:29.171 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1966913979
08:48:29.220 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 774295691
08:48:29.226 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 450393241
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
[INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] Running org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.service.management.device.FilterTest
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 09, 2020 8:48:31 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 40 resources
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >---------------
[INFO] Building Base classes for JDBC services 1.5.0-SNAPSHOT           [40/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-jdbc ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-service-device-connection >-----------
[INFO] Building Hono Device Connection service 1.5.0-SNAPSHOT           [41/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-connection ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-connection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-connection ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-connection ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-connection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-connection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-connection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-connection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-connection ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s - in org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-connection ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-connection ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-connection ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-connection ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >---------
[INFO] Building Hono File Based Device Registry 1.5.0-SNAPSHOT          [42/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-file ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-file ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
08:48:51.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
SLF4J: A number (1) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
08:48:52.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
08:48:52.923 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:53.430 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
08:48:53.469 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
08:48:53.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
08:48:53.519 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
08:48:53.523 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
08:48:53.526 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
08:48:53.529 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.909 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
08:48:53.744 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:53.858 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:48:53.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds
08:48:53.963 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:54.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
08:48:54.128 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - Either filename is null or empty start is set, won't load any tenants
08:48:54.128 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
08:48:54.145 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
08:48:54.145 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
08:48:54.336 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
08:48:54.549 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:48:54.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities
08:48:54.554 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:54.562 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
08:48:54.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json]
08:48:54.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
08:48:54.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:54.647 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:54.657 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:54.662 [ForkJoinPool-1-worker-3] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
08:48:54.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:54.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
08:48:54.829 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:54.949 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:55.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:55.435 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:55.573 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:55.695 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:55.828 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.003 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:48:56.018 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
08:48:56.021 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds
08:48:56.043 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
08:48:56.043 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:56.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
08:48:56.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
08:48:56.050 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.201 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.324 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.448 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
08:48:56.453 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.568 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.686 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:48:56.810 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities
08:48:56.811 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:56.811 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - Either filename is null or empty start is set, won't load any credentials
08:48:56.811 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
08:48:56.819 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
08:48:56.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:48:56.821 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
08:48:56.821 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.48 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-file ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-file ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-file ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-file ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-file ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-file ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >---------
[INFO] Building Hono JDBC Based Device Registry 1.5.0-SNAPSHOT          [43/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
08:49:15.521 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/75241d4f-123f-47f2-9071-9af5b07b194b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.493 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/10982e09-a1a5-4196-931b-ec6adae9f5cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e42f48a
08:49:15.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e62985c
08:49:15.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:15.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:15.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:15.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:15.828 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:15.828 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:15.831 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/10982e09-a1a5-4196-931b-ec6adae9f5cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.831 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/75241d4f-123f-47f2-9071-9af5b07b194b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6247069c
08:49:15.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cd5e13e
08:49:15.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:15.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:15.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:15.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:15.838 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:15.840 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:15.909 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.911 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63b580ae
08:49:15.911 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.911 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23e59d38-5114-41fc-89b2-eda0da12b8be","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48c2f261
08:49:15.915 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.915 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.916 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.918 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4467631
08:49:15.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.922 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.922 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23e59d38-5114-41fc-89b2-eda0da12b8be","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.923 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.924 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@512bbe58
08:49:15.924 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.924 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.929 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:15.935 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:15.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23e59d38-5114-41fc-89b2-eda0da12b8be","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.938 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.939 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3764cb42
08:49:15.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74ed595a
08:49:15.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.944 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.945 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.946 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e6302a6
08:49:15.946 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.947 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23e59d38-5114-41fc-89b2-eda0da12b8be","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:15.948 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c6a3fd9
08:49:15.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:15.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:15.950 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.954 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:15.955 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:16.051 [MLog-Init-Reporter] INFO  com.mchange.v2.log.MLog - MLog clients using slf4j logging.
08:49:16.267 [vert.x-worker-thread-0] INFO  com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.4 [built 23-March-2019 23:00:48 -0700; debug? true; trace: 10]
08:49:16.458 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|e143bd0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|e143bd0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23e59d38-5114-41fc-89b2-eda0da12b8be, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:16.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 -> 2tg7mhad1bs0bqb8dyqbk|d395c3c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|d395c3c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:16.813 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|62749ce4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|62749ce4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c62bd43-8d61-4566-b760-90d206e67f39, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e538ce72-b7c5-496a-8a7b-18bccbdddb6a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d1dd973
08:49:17.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:17.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e538ce72-b7c5-496a-8a7b-18bccbdddb6a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e10ab6e
08:49:17.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:17.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.055 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/79ff30ad-bcf2-42f3-a907-11158c59480a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21fa9376
08:49:17.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:17.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/79ff30ad-bcf2-42f3-a907-11158c59480a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@697ce0a6
08:49:17.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:17.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.088 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@106ea2ac
08:49:17.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@682e956d
08:49:17.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:17.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35f917b5
08:49:17.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.124 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4867da3
08:49:17.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.128 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.146 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.148 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@194c300a
08:49:17.148 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.148 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.152 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.152 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.153 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@367ce12a
08:49:17.153 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.154 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.155 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4c33e12, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4c33e12, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:17.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a5e5d3b
08:49:17.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.160 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.161 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.161 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30e87f01
08:49:17.162 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.162 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.164 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.259 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|25307639, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|25307639, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.259 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|236015cc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|236015cc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.356 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|77a39fa0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|77a39fa0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc2b4d26-9a20-448b-8ad6-52a3d3c5e556, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.359 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|2c442576, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|2c442576, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.435 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|775aafaf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|775aafaf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1d23d23-4a83-4b36-843f-f23e28fa077b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.463 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6abc96f6-d1a7-493b-97e5-bb192c5cb7cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b111913
08:49:17.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:17.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.467 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.467 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6abc96f6-d1a7-493b-97e5-bb192c5cb7cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.468 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c3ec835
08:49:17.468 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:17.468 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.512 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.563 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4842b6ee
08:49:17.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.568 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.568 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26720f3
08:49:17.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.572 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:17.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.613 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e97df7b
08:49:17.613 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31eed255
08:49:17.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.622 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.646 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|43acb772, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|43acb772, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:17.736 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|ba0eb88, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|ba0eb88, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0d6a493-c2b0-4ef8-a221-c95cf6b54f59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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.165 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
08:49:17.880 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7a028f0-3e4d-4e5e-878a-80caf8029f76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.881 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@126e317e
08:49:17.881 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:17.881 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.882 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.882 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7a028f0-3e4d-4e5e-878a-80caf8029f76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15c69651
08:49:17.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:17.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.884 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.888 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52cb4113-933b-48b3-af02-8636ff1e128a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.889 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67b9c724
08:49:17.889 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:17.889 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52cb4113-933b-48b3-af02-8636ff1e128a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.891 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1650ff56
08:49:17.891 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:17.891 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:17.892 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:17.971 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@47981d32
08:49:17.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@47d15674
08:49:17.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.977 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.977 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:17.977 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.978 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@745a7897
08:49:17.978 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.978 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.979 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.979 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a192d983-4e86-47d5-8e67-60f67200e00d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:17.980 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@425b3975
08:49:17.980 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.980 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f7a1483
08:49:17.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:17.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:17.981 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.982 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:17.982 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a192d983-4e86-47d5-8e67-60f67200e00d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d05471a
08:49:18.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a192d983-4e86-47d5-8e67-60f67200e00d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.016 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48911c82
08:49:18.016 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.016 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a192d983-4e86-47d5-8e67-60f67200e00d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a9b4b71
08:49:18.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.047 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1371d5e0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1371d5e0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52cb4113-933b-48b3-af02-8636ff1e128a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.163 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47af3149-c5ac-496c-9ad4-76a82092d7da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.164 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ed20434
08:49:18.164 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:18.164 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.166 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.166 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47af3149-c5ac-496c-9ad4-76a82092d7da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.166 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22fd2eed
08:49:18.166 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:18.167 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.167 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.240 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|515af462, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|515af462, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.255 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/87927b40-71b4-4dcc-a2f7-ba005716a509","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b0932c0
08:49:18.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/87927b40-71b4-4dcc-a2f7-ba005716a509","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3641e11c
08:49:18.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.259 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/87927b40-71b4-4dcc-a2f7-ba005716a509","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@777b09b9
08:49:18.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/87927b40-71b4-4dcc-a2f7-ba005716a509","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@719158ee
08:49:18.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.264 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.317 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|661a6d03, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|661a6d03, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.362 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|32a9b32c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|32a9b32c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42609986-1e3f-42dc-a8d4-fadfb1d3279a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.426 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|76927d87, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|76927d87, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47af3149-c5ac-496c-9ad4-76a82092d7da, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.571 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/eb701e99-8581-4a00-93bc-185f47b5e82d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.572 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4990eca0
08:49:18.572 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:18.573 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.574 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.574 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/eb701e99-8581-4a00-93bc-185f47b5e82d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@224f8ec
08:49:18.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:18.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.576 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.580 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/418211b5-9a86-4705-a429-b47cd031e4fd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.581 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a71413b
08:49:18.581 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:18.581 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.583 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.583 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/418211b5-9a86-4705-a429-b47cd031e4fd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.584 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b1aa651
08:49:18.584 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:18.584 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:18.586 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:18.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da5a7579-3b3e-4d40-bc5a-a9e758bcbb6c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6bbb7cbc
08:49:18.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.632 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.632 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da5a7579-3b3e-4d40-bc5a-a9e758bcbb6c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fbb19bf
08:49:18.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.634 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.635 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.635 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da5a7579-3b3e-4d40-bc5a-a9e758bcbb6c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.635 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c868100
08:49:18.636 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.636 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da5a7579-3b3e-4d40-bc5a-a9e758bcbb6c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.638 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e1812a6
08:49:18.638 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.638 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.638 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.639 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.639 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b7d4ebe
08:49:18.639 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.639 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.641 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.642 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.643 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e05bdaa
08:49:18.643 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.643 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.645 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.646 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.646 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.647 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a20db5b
08:49:18.647 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.647 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.649 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.649 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.650 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2462b9ca
08:49:18.651 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:18.651 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:18.653 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:18.654 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:18.662 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5c89f0ff, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5c89f0ff, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/eb701e99-8581-4a00-93bc-185f47b5e82d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.745 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4065e591, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4065e591, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/eb701e99-8581-4a00-93bc-185f47b5e82d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.956 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|66860709, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|66860709, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:18.971 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4ded526-5193-4633-9717-8b885d596dcb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:18.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24dd14d6
08:49:18.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:18.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4ded526-5193-4633-9717-8b885d596dcb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5239ceaa
08:49:19.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:19.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.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 -> 2tg7mhad1bs0bqb8dyqbk|581fd6de, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|581fd6de, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:19.080 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e2a5d5-a6fa-42f0-b9c9-d31e4376f3f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17a1d269
08:49:19.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e2a5d5-a6fa-42f0-b9c9-d31e4376f3f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@307ba27f
08:49:19.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e2a5d5-a6fa-42f0-b9c9-d31e4376f3f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f9814b0
08:49:19.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e2a5d5-a6fa-42f0-b9c9-d31e4376f3f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3714b433
08:49:19.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.221 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5eb225b7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5eb225b7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4ded526-5193-4633-9717-8b885d596dcb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:19.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 -> 2tg7mhad1bs0bqb8dyqbk|57ce1282, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|57ce1282, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4ded526-5193-4633-9717-8b885d596dcb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:19.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a398923e-0c7c-49e3-aa92-0f5fe7873056","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2fd5cfa4
08:49:19.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:19.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a398923e-0c7c-49e3-aa92-0f5fe7873056","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@163d7d5
08:49:19.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:19.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.367 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.455 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a54aa709-def6-4c5a-87db-4e6dc8a9a302","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f68a1a9
08:49:19.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.457 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.457 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a54aa709-def6-4c5a-87db-4e6dc8a9a302","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a644439
08:49:19.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.459 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a54aa709-def6-4c5a-87db-4e6dc8a9a302","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72f7a7b6
08:49:19.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a54aa709-def6-4c5a-87db-4e6dc8a9a302","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36cb20b4
08:49:19.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.528 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|2fa0d7e1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|2fa0d7e1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a398923e-0c7c-49e3-aa92-0f5fe7873056, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:19.605 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba320e44-ed80-4d6d-a164-b5e21a17c224","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17d6f212
08:49:19.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:19.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba320e44-ed80-4d6d-a164-b5e21a17c224","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52edb94b
08:49:19.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:19.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.615 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.663 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a37613bc-9c0f-4f59-a060-53e2ced5d28a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b6a225b
08:49:19.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a37613bc-9c0f-4f59-a060-53e2ced5d28a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ab0d1a5
08:49:19.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a37613bc-9c0f-4f59-a060-53e2ced5d28a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e6c9782
08:49:19.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.714 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|49dd7ffd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|49dd7ffd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a390a52f-6cb3-493a-ba66-38ffc39b34f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:19.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a37613bc-9c0f-4f59-a060-53e2ced5d28a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ee70bea
08:49:19.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.719 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.742 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|464ad686, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|464ad686, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba320e44-ed80-4d6d-a164-b5e21a17c224, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
08:49:19.828 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f5e4e65-5262-4f40-a365-e55a4ab57e7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.831 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5bbed0b3
08:49:19.831 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:19.831 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f5e4e65-5262-4f40-a365-e55a4ab57e7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33261320
08:49:19.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:19.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.880 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4862c9f8-ea5c-4989-9a8f-e72c00a6f7e6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71fcbe10
08:49:19.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:19.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4862c9f8-ea5c-4989-9a8f-e72c00a6f7e6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61933f8c
08:49:19.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:19.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:19.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:19.888 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73dd518f
08:49:19.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.890 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.890 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.891 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f2d68e
08:49:19.891 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.891 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.892 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.894 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.894 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.894 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e6f44c
08:49:19.894 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.894 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.912 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ed4c7c7
08:49:19.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.914 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.915 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5865aee5
08:49:19.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@203e303a
08:49:19.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:19.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d9fee54
08:49:19.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.944 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.944 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:19.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43ff47b3
08:49:19.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:19.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:19.946 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:19.967 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|426b6945, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|426b6945, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4862c9f8-ea5c-4989-9a8f-e72c00a6f7e6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.036 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4c71acc2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4c71acc2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.118 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1a20fc2b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1a20fc2b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bae09536-8ee4-43b5-8de0-603199b0c007, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.147 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1345258d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1345258d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.239 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7514d737, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7514d737, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9678e25-bd83-40f7-a0c2-a37823ee6a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51680fdf
08:49:20.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:20.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.262 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9678e25-bd83-40f7-a0c2-a37823ee6a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c470a90
08:49:20.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:20.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.264 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.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 -> 2tg7mhad1bs0bqb8dyqbk|5dbdcb63, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5dbdcb63, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8829a17e-eb38-402d-ac29-06040c62b66f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.342 [vert.x-eventloop-thread-0] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:20.355 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.356 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fef12d5
08:49:20.356 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.356 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44fa7e4f
08:49:20.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:20.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.362 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@331f7027
08:49:20.362 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.362 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@355701ef
08:49:20.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.433 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|37cd1e7c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|37cd1e7c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9678e25-bd83-40f7-a0c2-a37823ee6a9c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.528 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|116c6b44, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|116c6b44, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.531 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|2f05e16b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|2f05e16b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46efdb2a-4b96-448d-80d2-93c69f9ab7b4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 0.863 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
08:49:20.688 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/116b2d28-5d9e-4268-9db8-072cd48be9d6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6851492d
08:49:20.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:20.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/116b2d28-5d9e-4268-9db8-072cd48be9d6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17e90f71
08:49:20.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:20.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.772 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d9f6eea1-6b5e-4f7e-a58b-edb38538d27f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.772 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@198167c0
08:49:20.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d9f6eea1-6b5e-4f7e-a58b-edb38538d27f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@235acaa6
08:49:20.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.775 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.776 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:20.776 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d9f6eea1-6b5e-4f7e-a58b-edb38538d27f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.776 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f6a5845
08:49:20.776 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.776 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.777 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.777 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d9f6eea1-6b5e-4f7e-a58b-edb38538d27f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.778 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@308f31b
08:49:20.778 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.778 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.779 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.780 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95b50f14-8661-4a10-a366-6bf10eb789db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b448a7d
08:49:20.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:20.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95b50f14-8661-4a10-a366-6bf10eb789db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ba302dd
08:49:20.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:20.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:20.816 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:20.841 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|41f09193, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|41f09193, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/116b2d28-5d9e-4268-9db8-072cd48be9d6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:20.921 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.922 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dfbe968
08:49:20.922 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.922 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.924 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.924 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.925 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62facf5
08:49:20.925 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.926 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.927 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.927 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:20.927 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.928 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@224ba32
08:49:20.928 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.929 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.930 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.930 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:20.930 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d7f9a17
08:49:20.930 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:20.930 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:20.931 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:20.932 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc7f7140-47c0-47cc-9560-67f3b62ba57e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77560dd5
08:49:21.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:21.019 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.020 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.020 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc7f7140-47c0-47cc-9560-67f3b62ba57e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e358120
08:49:21.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:21.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.063 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c53ed82-4053-4376-ac70-cc80ae215078","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b289c9f
08:49:21.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c53ed82-4053-4376-ac70-cc80ae215078","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.123 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4305663f
08:49:21.123 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.123 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.124 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.124 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.124 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c53ed82-4053-4376-ac70-cc80ae215078","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f0c2e95
08:49:21.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.125 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0c53ed82-4053-4376-ac70-cc80ae215078","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71c1173e
08:49:21.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.126 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.127 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.146 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|70b92fe4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|70b92fe4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc7f7140-47c0-47cc-9560-67f3b62ba57e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.221 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4bb61b01, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4bb61b01, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc7f7140-47c0-47cc-9560-67f3b62ba57e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.224 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.245 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|aae955, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|aae955, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.312 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bc39311-a659-48e1-95cf-e4fa9fc276e4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5bacc2e5
08:49:21.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:21.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bc39311-a659-48e1-95cf-e4fa9fc276e4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26022f61
08:49:21.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:21.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.331 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1b9e522e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1b9e522e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8dba60aa-f005-4a41-b992-ffda240fe85d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/052b7caf-333b-4e3d-8e52-e300eca6dde0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f64441e
08:49:21.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/052b7caf-333b-4e3d-8e52-e300eca6dde0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.418 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c4b2097
08:49:21.418 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.418 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/052b7caf-333b-4e3d-8e52-e300eca6dde0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20dd3f16
08:49:21.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.421 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/052b7caf-333b-4e3d-8e52-e300eca6dde0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31c6ebf8
08:49:21.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.423 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.444 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1932597e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1932597e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bc39311-a659-48e1-95cf-e4fa9fc276e4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.563 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad776278-75fc-49fe-b984-7318653b1ac2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@14eeb952
08:49:21.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:21.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.565 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.565 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad776278-75fc-49fe-b984-7318653b1ac2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@906fdb2
08:49:21.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:21.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bcd67aeb-6e01-408b-a1fe-e8dfa9793374","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.672 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c64bee3c-b6e2-4f5e-8632-0d82aebc0859","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.672 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a4a762d
08:49:21.672 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:21.672 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.672 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d63bb9
08:49:21.672 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.672 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.673 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.673 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bcd67aeb-6e01-408b-a1fe-e8dfa9793374","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c64bee3c-b6e2-4f5e-8632-0d82aebc0859","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6bb8e11a
08:49:21.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:21.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75b765db
08:49:21.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.675 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c64bee3c-b6e2-4f5e-8632-0d82aebc0859","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4153499a
08:49:21.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c64bee3c-b6e2-4f5e-8632-0d82aebc0859","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40291381
08:49:21.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.737 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6545ac7b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6545ac7b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad776278-75fc-49fe-b984-7318653b1ac2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@773a3ffe
08:49:21.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.818 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b088f21
08:49:21.818 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.818 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:21.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@119d0de9
08:49:21.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.821 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.821 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.821 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@607828d0
08:49:21.822 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.822 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.823 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.845 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|29706df2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|29706df2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe78d8fd-e806-41d3-aac8-bd16678d3116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5711fa97
08:49:21.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:21.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.857 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.857 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe78d8fd-e806-41d3-aac8-bd16678d3116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.858 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11331bbd
08:49:21.858 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:21.858 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:21.858 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:21.926 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|73e9efeb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|73e9efeb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/038b61f4-c647-4703-874c-6b2a7f5bba10, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:21.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468c274a-c7fd-4046-b7a6-9fc89e120adf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17721f30
08:49:21.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:21.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:21.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468c274a-c7fd-4046-b7a6-9fc89e120adf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:21.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@326f7f75
08:49:21.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:21.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.019 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aab8b814-4154-46b7-87ae-fd81a32f3190","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.020 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ba7830a
08:49:22.020 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:22.020 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.020 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.021 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:22.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468c274a-c7fd-4046-b7a6-9fc89e120adf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.021 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aab8b814-4154-46b7-87ae-fd81a32f3190","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.022 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@353bb08b
08:49:22.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f4b511d
08:49:22.022 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:22.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.022 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.023 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.023 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.023 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468c274a-c7fd-4046-b7a6-9fc89e120adf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.024 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@171c6d13
08:49:22.024 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.024 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.026 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.046 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|59778562, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|59778562, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe78d8fd-e806-41d3-aac8-bd16678d3116, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a2304ac
08:49:22.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54c03077
08:49:22.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:22.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57a0e054
08:49:22.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c05ef71
08:49:22.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.142 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5455e94b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5455e94b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.180 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ab11d25-b094-43e8-b775-10eb0a9f1e15","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.212 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a62eb27
08:49:22.212 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:22.212 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.213 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.213 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ab11d25-b094-43e8-b775-10eb0a9f1e15","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5440c1c3
08:49:22.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:22.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.215 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.255 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb2f1c0-403c-46f5-944a-269d7d445dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bf5a3d3
08:49:22.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb2f1c0-403c-46f5-944a-269d7d445dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a082bd2
08:49:22.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.258 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.259 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.259 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:22.259 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb2f1c0-403c-46f5-944a-269d7d445dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ea1dd9e
08:49:22.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.260 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb2f1c0-403c-46f5-944a-269d7d445dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f5cf569
08:49:22.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.331 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|12d278c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|12d278c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ab11d25-b094-43e8-b775-10eb0a9f1e15, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.447 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a432e539-166d-4684-ac00-51afd5e0eac3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3dde3aab
08:49:22.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:22.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a432e539-166d-4684-ac00-51afd5e0eac3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79f626a0
08:49:22.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:22.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.547 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b94b7b7-37cf-476d-b93c-2f7581d1171a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.548 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a41e27e
08:49:22.548 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.548 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b94b7b7-37cf-476d-b93c-2f7581d1171a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4269b917
08:49:22.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.550 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:22.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b94b7b7-37cf-476d-b93c-2f7581d1171a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@392c57fc
08:49:22.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b94b7b7-37cf-476d-b93c-2f7581d1171a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e4d7fcc
08:49:22.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.621 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|3cc3351d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|3cc3351d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a432e539-166d-4684-ac00-51afd5e0eac3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0b77a65-cf0d-4aa3-9720-df2a631f00ef","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.712 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ab1180d
08:49:22.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:22.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0b77a65-cf0d-4aa3-9720-df2a631f00ef","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40c76e08
08:49:22.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:22.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:22.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:22.733 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|21aa0d28, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|21aa0d28, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.764 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7d6ef48-8e82-4a4c-90ed-83de0e957082","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@623f9b11
08:49:22.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.814 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.814 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7d6ef48-8e82-4a4c-90ed-83de0e957082","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@127f4480
08:49:22.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:22.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7d6ef48-8e82-4a4c-90ed-83de0e957082","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a25946d
08:49:22.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7d6ef48-8e82-4a4c-90ed-83de0e957082","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@78704b2f
08:49:22.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:22.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:22.822 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:22.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 -> 2tg7mhad1bs0bqb8dyqbk|5a56bf8e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5a56bf8e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41b01af3-08c0-4cbd-a743-ec26cfed69d1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.853 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7617b618, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7617b618, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0b77a65-cf0d-4aa3-9720-df2a631f00ef, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:22.967 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/774fe0fd-8ca0-4fef-ad50-c956aee28fca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:22.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/648daf27-0de4-4102-b3bc-8a2ffeb36eb1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3c8f4ba8
08:49:23.012 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1543f21c
08:49:23.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.012 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.012 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.013 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/648daf27-0de4-4102-b3bc-8a2ffeb36eb1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.013 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/774fe0fd-8ca0-4fef-ad50-c956aee28fca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b2e184a
08:49:23.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d025e6e
08:49:23.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/211478bd-84d5-4ed8-951d-ade746e4a81c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5143164b
08:49:23.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3af9c852
08:49:23.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/211478bd-84d5-4ed8-951d-ade746e4a81c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55a4a67c
08:49:23.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f13be24
08:49:23.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/211478bd-84d5-4ed8-951d-ade746e4a81c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3458f11d
08:49:23.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b06fda8
08:49:23.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/211478bd-84d5-4ed8-951d-ade746e4a81c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3282dd21
08:49:23.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34aff66
08:49:23.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.118 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.119 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.136 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|37814e62, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|37814e62, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/648daf27-0de4-4102-b3bc-8a2ffeb36eb1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/826a644f-511b-469c-8a36-99c45261e636","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74fb7a6a
08:49:23.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.267 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.267 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/826a644f-511b-469c-8a36-99c45261e636","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.268 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32129eb8
08:49:23.268 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.268 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.269 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a8f9b3a-6e95-4f5f-849b-eae3ef2a239f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d300a38
08:49:23.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a8f9b3a-6e95-4f5f-849b-eae3ef2a239f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ac281d4
08:49:23.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.317 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.317 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.317 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a8f9b3a-6e95-4f5f-849b-eae3ef2a239f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.318 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@eccf7a3
08:49:23.318 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.318 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.318 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.318 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a8f9b3a-6e95-4f5f-849b-eae3ef2a239f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.319 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25469b
08:49:23.319 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.319 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.320 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.338 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|747140de, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|747140de, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/826a644f-511b-469c-8a36-99c45261e636, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.438 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1200c0d7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1200c0d7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.464 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1246657-e023-4462-9a47-8d39540a969f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e3d6557
08:49:23.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.512 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|16929472, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|16929472, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1246657-e023-4462-9a47-8d39540a969f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@56606259
08:49:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.525 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.545 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6168419c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6168419c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2abb3131-331c-432c-b612-6cc574127f18, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.572 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f987fe50-34f3-4ee0-aa1a-289ee0d98647","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.573 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ef1976
08:49:23.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f987fe50-34f3-4ee0-aa1a-289ee0d98647","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@761c35e9
08:49:23.615 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.615 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.616 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f987fe50-34f3-4ee0-aa1a-289ee0d98647","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70490795
08:49:23.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f987fe50-34f3-4ee0-aa1a-289ee0d98647","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.620 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2514fbf2
08:49:23.620 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.620 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.621 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.646 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7361e67b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7361e67b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1246657-e023-4462-9a47-8d39540a969f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.664 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ac248da7-e8f7-4831-9308-9db59bac2c61","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7953c953
08:49:23.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ac248da7-e8f7-4831-9308-9db59bac2c61","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.667 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a87eac6
08:49:23.667 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.667 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.715 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7664e7f9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7664e7f9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1246657-e023-4462-9a47-8d39540a969f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3327c547
08:49:23.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.767 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41304723
08:49:23.767 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.767 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.768 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.768 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.768 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.769 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7da33677
08:49:23.769 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.769 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.770 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.770 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.770 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62446d35
08:49:23.771 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.771 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.771 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.772 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.772 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46e86ad3-1fd4-4be8-95dd-ab2597dbf09a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61010ee
08:49:23.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:23.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46e86ad3-1fd4-4be8-95dd-ab2597dbf09a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ed170ef
08:49:23.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:23.774 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:23.775 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:23.847 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d0a64f19-8c45-484f-b80d-ed8cc1ff24da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.848 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61cc494b
08:49:23.849 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.849 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.850 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.850 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d0a64f19-8c45-484f-b80d-ed8cc1ff24da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.851 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61fb41cc
08:49:23.851 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.851 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.852 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.852 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:23.852 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d0a64f19-8c45-484f-b80d-ed8cc1ff24da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.853 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@263831cc
08:49:23.853 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.853 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d0a64f19-8c45-484f-b80d-ed8cc1ff24da","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:23.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@758dc57a
08:49:23.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:23.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:23.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:23.878 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6cd30936, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6cd30936, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46e86ad3-1fd4-4be8-95dd-ab2597dbf09a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:23.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/845927c8-a18b-4c77-a133-4b567358f9d8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b2159f0
08:49:24.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/845927c8-a18b-4c77-a133-4b567358f9d8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29726e00
08:49:24.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.025 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|2765f02, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|2765f02, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.056 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9455a64-1ba1-4906-ab2c-8241ffbbaf08","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.056 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|17c98674, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|17c98674, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.056 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7dae8b82
08:49:24.056 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.056 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.057 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9455a64-1ba1-4906-ab2c-8241ffbbaf08","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ff76aaa
08:49:24.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9455a64-1ba1-4906-ab2c-8241ffbbaf08","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45f6fc95
08:49:24.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9455a64-1ba1-4906-ab2c-8241ffbbaf08","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12116e52
08:49:24.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.148 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5bf0b0e8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5bf0b0e8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/845927c8-a18b-4c77-a133-4b567358f9d8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.148 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|29b4d721, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|29b4d721, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f63ba702-8ca4-497d-90e1-c933d61a4b93, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.217 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|585eb57c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|585eb57c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/845927c8-a18b-4c77-a133-4b567358f9d8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.264 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee2bc46c-30b0-4fdb-9279-f5207b30fd1f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c82cd33
08:49:24.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee2bc46c-30b0-4fdb-9279-f5207b30fd1f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ea32670
08:49:24.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.272 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/04f4592f-714e-4211-84ad-20f9f45d99c4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b808a6
08:49:24.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/04f4592f-714e-4211-84ad-20f9f45d99c4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e198505
08:49:24.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.314 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4dfbef9c
08:49:24.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29390284
08:49:24.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e48e063
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.317 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.318 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.318 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.319 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b89cf44
08:49:24.319 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.319 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.320 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.320 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.322 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/afc1a9ca-8933-4d24-8923-6cd5e946a012","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.323 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c7fc6d8
08:49:24.323 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.323 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.325 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.325 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/afc1a9ca-8933-4d24-8923-6cd5e946a012","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.325 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@668b58a2
08:49:24.325 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.325 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.327 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.327 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.327 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/afc1a9ca-8933-4d24-8923-6cd5e946a012","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.328 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59ef2d17
08:49:24.328 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.328 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.329 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.329 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/afc1a9ca-8933-4d24-8923-6cd5e946a012","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.330 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f746e38
08:49:24.330 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.330 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.332 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.355 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|630660ef, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|630660ef, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/04f4592f-714e-4211-84ad-20f9f45d99c4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8daae170-f795-4c10-a481-367fa011da24","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@56fd6bea
08:49:24.457 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.457 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8daae170-f795-4c10-a481-367fa011da24","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.459 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46bd478b
08:49:24.459 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.459 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.497 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ad1d76-9f56-4b4c-bc7d-48b86def1761","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.512 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15763f3f
08:49:24.512 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.512 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ad1d76-9f56-4b4c-bc7d-48b86def1761","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42aa038
08:49:24.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ad1d76-9f56-4b4c-bc7d-48b86def1761","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@296d4483
08:49:24.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ad1d76-9f56-4b4c-bc7d-48b86def1761","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3df674ca
08:49:24.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.541 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|14adc672, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|14adc672, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.541 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|54036a77, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|54036a77, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8daae170-f795-4c10-a481-367fa011da24, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.621 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|63991940, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|63991940, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.637 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|31075f68, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|31075f68, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12ac33d5-f026-496b-972d-8f355c3b1cd5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.656 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/63e19f08-2ca2-4a2e-b910-7eb7142b711a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.657 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71b6eb44
08:49:24.657 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.657 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/63e19f08-2ca2-4a2e-b910-7eb7142b711a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b9bcb93
08:49:24.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.660 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.706 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/166c8066-b30f-4f35-bbad-a0c866ab0827","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.707 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13f0f49e
08:49:24.707 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.707 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/166c8066-b30f-4f35-bbad-a0c866ab0827","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61e431ed
08:49:24.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79c1307-acb0-4aff-b29d-a754e79a83cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3863168b
08:49:24.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/166c8066-b30f-4f35-bbad-a0c866ab0827","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f957e44
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.716 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79c1307-acb0-4aff-b29d-a754e79a83cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.716 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@663914df
08:49:24.716 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.716 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/166c8066-b30f-4f35-bbad-a0c866ab0827","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.717 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ae7371
08:49:24.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.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 -> 2tg7mhad1bs0bqb8dyqbk|5cd30d08, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5cd30d08, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/63e19f08-2ca2-4a2e-b910-7eb7142b711a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29119c3c
08:49:24.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.760 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c167160
08:49:24.760 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.760 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15b2aec5
08:49:24.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.763 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4227b671
08:49:24.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.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 -> 2tg7mhad1bs0bqb8dyqbk|1e9284c7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1e9284c7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/63e19f08-2ca2-4a2e-b910-7eb7142b711a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:24.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8aa71c5e-adb9-436a-957a-e035473b04b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34edc5ba
08:49:24.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:24.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.866 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.866 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8aa71c5e-adb9-436a-957a-e035473b04b4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f0fe8d5
08:49:24.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:24.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:24.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:24.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b49aa72-a6a4-4f09-bb68-0d368dcacbed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ce5f4fb
08:49:24.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b49aa72-a6a4-4f09-bb68-0d368dcacbed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.958 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a9d535
08:49:24.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.960 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:24.960 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b49aa72-a6a4-4f09-bb68-0d368dcacbed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.960 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f8e446f
08:49:24.960 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.960 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b49aa72-a6a4-4f09-bb68-0d368dcacbed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73873eec
08:49:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:24.962 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:24.983 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6ad39448, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6ad39448, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8aa71c5e-adb9-436a-957a-e035473b04b4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.023 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|21172717, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|21172717, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.040 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6b9ce020, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6b9ce020, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8aa71c5e-adb9-436a-957a-e035473b04b4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.055 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6eac3d9c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6eac3d9c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.131 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1db63cc4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1db63cc4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/98731245-085d-4e99-bcce-7a25041d0881, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/938b15ca-67b7-4a1c-8bfc-eabbcc4f3bc6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5682849d
08:49:25.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/938b15ca-67b7-4a1c-8bfc-eabbcc4f3bc6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64188586
08:49:25.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a5bc180e-9d9d-4050-9aff-d37abd986cb1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.198 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30552aee-c235-4ca4-8dbc-79b10f383306","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1039efea
08:49:25.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.212 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@555ec1d4
08:49:25.213 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.213 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a5bc180e-9d9d-4050-9aff-d37abd986cb1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@479e84c5
08:49:25.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.214 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30552aee-c235-4ca4-8dbc-79b10f383306","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.215 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24e1cc25
08:49:25.215 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.215 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.216 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30552aee-c235-4ca4-8dbc-79b10f383306","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@348f15e2
08:49:25.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.219 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.219 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30552aee-c235-4ca4-8dbc-79b10f383306","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.219 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2fe1d30b
08:49:25.219 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.219 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.221 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.237 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|50c55705, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|50c55705, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/938b15ca-67b7-4a1c-8bfc-eabbcc4f3bc6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.256 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a0d8d79
08:49:25.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@16bd167
08:49:25.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.260 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68632a61
08:49:25.260 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.260 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.260 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.261 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.261 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31ca6646
08:49:25.261 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.261 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.262 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.694 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
08:49:25.332 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1f49c073, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1f49c073, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.354 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6bc09f00, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6bc09f00, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7001bff6-121f-4150-80ad-db5493ca20e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@548dfb5b
08:49:25.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7001bff6-121f-4150-80ad-db5493ca20e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@613ab35a
08:49:25.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.366 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.367 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.372 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|50607f0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|50607f0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a8e96e5-370b-430c-b098-ad9bc0def298, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
08:49:25.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc391cee-e506-44c9-b090-5bd224e68617","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@506e2a32
08:49:25.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc391cee-e506-44c9-b090-5bd224e68617","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@307a3520
08:49:25.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc391cee-e506-44c9-b090-5bd224e68617","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cb39068
08:49:25.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc391cee-e506-44c9-b090-5bd224e68617","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@567caabc
08:49:25.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.470 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|239f4a3b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|239f4a3b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc391cee-e506-44c9-b090-5bd224e68617, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.556 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7ce098cb-c515-4d97-a162-841844a10b62","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@365cce2a
08:49:25.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7ce098cb-c515-4d97-a162-841844a10b62","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2dc21cff
08:49:25.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.623 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1d76977-1221-4b2c-889d-98222e7f3dac","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.623 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@685c17dd
08:49:25.623 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.623 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.624 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.624 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1d76977-1221-4b2c-889d-98222e7f3dac","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.625 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c22e496
08:49:25.625 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.625 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1d76977-1221-4b2c-889d-98222e7f3dac","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@240f2ea8
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.626 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.627 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.627 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1d76977-1221-4b2c-889d-98222e7f3dac","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@eff33d6
08:49:25.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.645 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|2a424d51, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|2a424d51, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1d76977-1221-4b2c-889d-98222e7f3dac, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.764 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1c3abef3-3d38-4964-965e-bb5872633ddc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.765 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@793ea645
08:49:25.765 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.765 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1c3abef3-3d38-4964-965e-bb5872633ddc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a982c88
08:49:25.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.767 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2dbc4496-3b10-4341-bd7b-b93464996aa8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.814 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@178c2d7f
08:49:25.814 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.814 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2dbc4496-3b10-4341-bd7b-b93464996aa8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58cc0a49
08:49:25.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2dbc4496-3b10-4341-bd7b-b93464996aa8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1cf3cd51
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2dbc4496-3b10-4341-bd7b-b93464996aa8","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@eeca3b5
08:49:25.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.834 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4a2d4b5c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4a2d4b5c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2dbc4496-3b10-4341-bd7b-b93464996aa8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e70550ed-b84a-4325-8104-ed665bb1a966","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44dbbed8
08:49:25.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:25.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e70550ed-b84a-4325-8104-ed665bb1a966","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18da6e83
08:49:25.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:25.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:25.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:25.923 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.923 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3321b85
08:49:25.923 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.923 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.924 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.924 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.926 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@107305cf
08:49:25.926 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.926 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:25.927 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@283916f7
08:49:25.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.928 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:25.929 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1773b660
08:49:25.929 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:25.929 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:25.930 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:25.946 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|666937ab, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|666937ab, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:25.967 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|3ba5979a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|3ba5979a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f26db8a-ca98-4464-9187-d397b93be0bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.073 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95d8c2e1-cda0-476e-b731-2c71b3e2b7ea","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.073 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55aa899b
08:49:26.073 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:26.073 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95d8c2e1-cda0-476e-b731-2c71b3e2b7ea","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@85a9eb4
08:49:26.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:26.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b39794f
08:49:26.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@934e742
08:49:26.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:26.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e90080e
08:49:26.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6111c661
08:49:26.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.182 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|62c92c7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|62c92c7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.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 -> 2tg7mhad1bs0bqb8dyqbk|207cb105, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|207cb105, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed2d0f9-828c-4ba4-8774-119eddc099c1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5d170571-bed3-42f4-9094-f5da4d35969a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@14a21c45
08:49:26.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:26.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5d170571-bed3-42f4-9094-f5da4d35969a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d4c73e3
08:49:26.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:26.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.356 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f27dc548-7fcd-4f77-ad07-1087a13f5016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.357 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1700a979
08:49:26.357 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.357 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.358 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.358 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f27dc548-7fcd-4f77-ad07-1087a13f5016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d1aacd2
08:49:26.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:26.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f27dc548-7fcd-4f77-ad07-1087a13f5016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b6f7a32
08:49:26.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f27dc548-7fcd-4f77-ad07-1087a13f5016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67f4e62b
08:49:26.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.362 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.423 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4123ac8d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4123ac8d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f27dc548-7fcd-4f77-ad07-1087a13f5016, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.481 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b09d53d9-f5ad-47a9-a6a3-5a9d96125b6b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@198ac74f
08:49:26.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:26.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.483 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.483 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b09d53d9-f5ad-47a9-a6a3-5a9d96125b6b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1396e474
08:49:26.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:26.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.548 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/066c0d27-6e50-49f4-83a1-6ec9581df4c3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@299c3d25
08:49:26.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.550 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.550 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/066c0d27-6e50-49f4-83a1-6ec9581df4c3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.550 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21e445ff
08:49:26.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.551 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:26.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/066c0d27-6e50-49f4-83a1-6ec9581df4c3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c356b78
08:49:26.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/066c0d27-6e50-49f4-83a1-6ec9581df4c3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11ef777f
08:49:26.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.554 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.617 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|369e5d88, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|369e5d88, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/066c0d27-6e50-49f4-83a1-6ec9581df4c3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.673 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b29ea56-a521-4c97-ade4-4f3a2c376b1a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@591c36bc
08:49:26.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:26.674 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b29ea56-a521-4c97-ade4-4f3a2c376b1a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77a4e8f5
08:49:26.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:26.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.676 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.748 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7d413763-fd59-4d15-b9fe-e6168ad9e18a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7eddbe83
08:49:26.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7d413763-fd59-4d15-b9fe-e6168ad9e18a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.752 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36a3508f
08:49:26.752 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.752 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.753 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7d413763-fd59-4d15-b9fe-e6168ad9e18a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b499398
08:49:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7d413763-fd59-4d15-b9fe-e6168ad9e18a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c3a3dcc
08:49:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.821 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|6ae8e373, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|6ae8e373, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7d413763-fd59-4d15-b9fe-e6168ad9e18a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:26.873 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7287398b-511f-440f-aeb4-43521d8fd822","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4701c62a
08:49:26.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:26.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.875 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.875 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7287398b-511f-440f-aeb4-43521d8fd822","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.875 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e5205d6
08:49:26.875 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:26.875 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:26.876 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:26.948 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3df7142-305e-45c7-a2fc-0a30fbdc0890","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@559c14a9
08:49:26.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3df7142-305e-45c7-a2fc-0a30fbdc0890","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ff8a7b7
08:49:26.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:26.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3df7142-305e-45c7-a2fc-0a30fbdc0890","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bf3fe27
08:49:26.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:26.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3df7142-305e-45c7-a2fc-0a30fbdc0890","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:26.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1dc8eb7f
08:49:26.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:26.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:26.954 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.018 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5fa53ff9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5fa53ff9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3df7142-305e-45c7-a2fc-0a30fbdc0890, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/03310406-7794-4e9b-a8de-68c8b7707b44","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d6e33d9
08:49:27.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:27.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.066 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.066 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/03310406-7794-4e9b-a8de-68c8b7707b44","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ec11ec9
08:49:27.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:27.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3818afdf
08:49:27.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.149 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@300164e3
08:49:27.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:27.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6923725f
08:49:27.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38af97ac
08:49:27.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.154 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.215 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5e04ea64, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5e04ea64, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.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 -> 2tg7mhad1bs0bqb8dyqbk|f1fc2b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|f1fc2b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef7ff233-33ba-4d8c-93e4-4bacd578589a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e19db725-8316-4376-95ad-f1f67915b043","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ec25fa4
08:49:27.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:27.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e19db725-8316-4376-95ad-f1f67915b043","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21c7323
08:49:27.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:27.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.351 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee606cc6-9c05-495c-a434-b77848b5878d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.414 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51723eea
08:49:27.414 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.414 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.415 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee606cc6-9c05-495c-a434-b77848b5878d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@757ac13a
08:49:27.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee606cc6-9c05-495c-a434-b77848b5878d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ea4b5cc
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.417 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.418 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.418 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee606cc6-9c05-495c-a434-b77848b5878d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b0e58bf
08:49:27.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.435 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7f15fede, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7f15fede, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ee606cc6-9c05-495c-a434-b77848b5878d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f3cca2c6-9f7d-4ff4-a475-e6bfb7426d17","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2edb880d
08:49:27.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:27.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f3cca2c6-9f7d-4ff4-a475-e6bfb7426d17","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@10a62cc6
08:49:27.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:27.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.518 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.565 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e87f2e1d-71f2-4bc7-84a4-1e8859392052","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6016a9d7
08:49:27.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e87f2e1d-71f2-4bc7-84a4-1e8859392052","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d67fff3
08:49:27.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.568 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.568 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:27.568 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e87f2e1d-71f2-4bc7-84a4-1e8859392052","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@539a5dc8
08:49:27.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e87f2e1d-71f2-4bc7-84a4-1e8859392052","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59c3d502
08:49:27.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.571 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.643 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|7968ebc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|7968ebc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e87f2e1d-71f2-4bc7-84a4-1e8859392052, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.712 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f628497-6cc6-4b91-97c6-749562499bb4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ab5a06f
08:49:27.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:27.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f628497-6cc6-4b91-97c6-749562499bb4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50445cc8
08:49:27.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:27.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.757 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59093c45
08:49:27.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f67b235
08:49:27.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.759 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.760 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.760 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:27.760 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@108c960
08:49:27.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.762 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75355063
08:49:27.762 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.762 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.762 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.788 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|44f2d55a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|44f2d55a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.837 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5777a3a2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5777a3a2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5eb5cc0-b982-4f0a-81ce-433ae7a744cb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:27.898 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9c89c0f-71ab-4304-a131-8cfbafadb947","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25216dfa
08:49:27.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:27.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9c89c0f-71ab-4304-a131-8cfbafadb947","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43d9f669
08:49:27.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:27.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:27.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:27.948 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6dd81413
08:49:27.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@256ac9e9
08:49:27.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:27.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2debd4e0
08:49:27.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:27.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c479a49
08:49:27.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:27.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:27.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:27.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 -> 2tg7mhad1bs0bqb8dyqbk|31d44e74, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|31d44e74, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.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 -> 2tg7mhad1bs0bqb8dyqbk|4f6ce3d7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4f6ce3d7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d236-4d3d-4dae-9b30-a625fb591219, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.073 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/21d51f5b-fa0e-4e90-94bb-def5c7f34c79","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c9e7875
08:49:28.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/21d51f5b-fa0e-4e90-94bb-def5c7f34c79","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70a4aeea
08:49:28.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.076 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce231a51-4e6c-4b6b-adaf-26cb2631e975","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55a1d33
08:49:28.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce231a51-4e6c-4b6b-adaf-26cb2631e975","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d4bf8c3
08:49:28.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce231a51-4e6c-4b6b-adaf-26cb2631e975","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a6b17f4
08:49:28.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce231a51-4e6c-4b6b-adaf-26cb2631e975","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@449e4404
08:49:28.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.154 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|380c0ed3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|380c0ed3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce231a51-4e6c-4b6b-adaf-26cb2631e975, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/56bd7212-ba2b-4a42-86aa-e578cbd5e96b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6846f5d
08:49:28.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/56bd7212-ba2b-4a42-86aa-e578cbd5e96b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.242 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51e99718
08:49:28.242 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.242 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.242 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.290 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b5ed058a-c895-4023-97f3-adb0caa25074","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.291 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@533bc6eb
08:49:28.291 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.291 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.292 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.292 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b5ed058a-c895-4023-97f3-adb0caa25074","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.292 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@16dd8f7d
08:49:28.292 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.292 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.293 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.293 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.293 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b5ed058a-c895-4023-97f3-adb0caa25074","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61fd4076
08:49:28.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b5ed058a-c895-4023-97f3-adb0caa25074","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.295 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@707cdaef
08:49:28.295 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.295 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.295 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.327 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|ca2f3a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|ca2f3a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b5ed058a-c895-4023-97f3-adb0caa25074, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.390 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f9c0e0d-d6a0-419e-badb-632629b295b5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.391 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5734af44
08:49:28.391 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.391 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f9c0e0d-d6a0-419e-badb-632629b295b5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57e2cde6
08:49:28.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.414 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e28a455
08:49:28.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b648643
08:49:28.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@60c627fe
08:49:28.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11e357d7
08:49:28.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.471 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|76fe5b2a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|76fe5b2a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.491 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|775a4150, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|775a4150, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22f5c290-9103-494d-ade1-bfad5277255a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c277dbe1-d710-4690-8e5f-79f86dd98081","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58cf9330
08:49:28.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c277dbe1-d710-4690-8e5f-79f86dd98081","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.559 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59ed644
08:49:28.559 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.559 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.559 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.627 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/91de6659-c77e-40c2-a76e-b39c258a4cbc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.627 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bf973ab
08:49:28.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.628 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.629 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/91de6659-c77e-40c2-a76e-b39c258a4cbc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.629 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fe38425
08:49:28.629 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.629 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/91de6659-c77e-40c2-a76e-b39c258a4cbc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28812e74
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.630 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/91de6659-c77e-40c2-a76e-b39c258a4cbc","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a49bed9
08:49:28.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.631 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.632 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.649 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4bc08a6a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4bc08a6a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/91de6659-c77e-40c2-a76e-b39c258a4cbc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.748 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b3e3e4e-0cbe-4437-b746-c083f8a70a97","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@603b81ee
08:49:28.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.750 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.750 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b3e3e4e-0cbe-4437-b746-c083f8a70a97","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68f62054
08:49:28.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.798 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3792c76e-7d71-450e-b985-ab5f7d04ce65","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.799 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d76edc2
08:49:28.799 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.799 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.800 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.800 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3792c76e-7d71-450e-b985-ab5f7d04ce65","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.801 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a88256f
08:49:28.801 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.801 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.801 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.802 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.802 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3792c76e-7d71-450e-b985-ab5f7d04ce65","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.802 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3066185c
08:49:28.802 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.802 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.803 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.803 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3792c76e-7d71-450e-b985-ab5f7d04ce65","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.803 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49ee043a
08:49:28.803 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.803 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.804 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.828 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|1dd3917b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|1dd3917b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3792c76e-7d71-450e-b985-ab5f7d04ce65, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:28.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fa26efbc-1226-48f3-8caf-2f6ff53546d2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@461e8126
08:49:28.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:28.912 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.913 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fa26efbc-1226-48f3-8caf-2f6ff53546d2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cb18666
08:49:28.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:28.914 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:28.915 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:28.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/744fe216-7404-4ef9-97e2-a3c24c3d9421","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a399c2b
08:49:28.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/744fe216-7404-4ef9-97e2-a3c24c3d9421","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@303fe224
08:49:28.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:28.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/744fe216-7404-4ef9-97e2-a3c24c3d9421","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c49d474
08:49:28.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.953 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.954 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/744fe216-7404-4ef9-97e2-a3c24c3d9421","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:28.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55abf764
08:49:28.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:28.955 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:28.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:28.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 -> 2tg7mhad1bs0bqb8dyqbk|db05702, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|db05702, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/744fe216-7404-4ef9-97e2-a3c24c3d9421, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:29.057 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/81071a3e-52bc-4d2e-84c7-420dcd443d6b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b916223
08:49:29.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:29.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/81071a3e-52bc-4d2e-84c7-420dcd443d6b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d0d4815
08:49:29.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:29.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.099 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ee62f27
08:49:29.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a7dd001
08:49:29.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:29.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43729b47
08:49:29.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3cf173d5
08:49:29.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.133 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|522ff230, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|522ff230, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:29.154 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|5ce51acd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|5ce51acd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e027fd8-3c28-4f76-b5ef-55a0bcd070f3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:29.249 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3210998d-c6b0-4227-b0db-d05d567fcb82","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.249 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@10db796a
08:49:29.249 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:29.249 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3210998d-c6b0-4227-b0db-d05d567fcb82","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@282539a7
08:49:29.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:29.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.299 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0ada6d23-f1ce-4a4c-bec8-cacaac8035a4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72a31ce
08:49:29.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0ada6d23-f1ce-4a4c-bec8-cacaac8035a4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20a63393
08:49:29.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:29.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0ada6d23-f1ce-4a4c-bec8-cacaac8035a4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cfc731f
08:49:29.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0ada6d23-f1ce-4a4c-bec8-cacaac8035a4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@355aa4ae
08:49:29.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.317 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.332 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|83044b7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|83044b7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0ada6d23-f1ce-4a4c-bec8-cacaac8035a4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:29.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/850fea19-3d55-40f0-bad6-8c11635cdacf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@132ce723
08:49:29.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:29.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/850fea19-3d55-40f0-bad6-8c11635cdacf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41c6d95b
08:49:29.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:29.451 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.452 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.499 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d053805d-e639-4b52-860b-8121d1941764","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.499 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b4420ec
08:49:29.499 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.499 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.512 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d053805d-e639-4b52-860b-8121d1941764","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@153f8280
08:49:29.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d053805d-e639-4b52-860b-8121d1941764","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@696d47fc
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.514 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d053805d-e639-4b52-860b-8121d1941764","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@413a5246
08:49:29.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.515 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.516 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.532 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|4e1f5c9e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|4e1f5c9e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d053805d-e639-4b52-860b-8121d1941764, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
08:49:29.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/72fb91ac-ca8b-4019-bc4f-1fe52cfc7666","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@499924c2
08:49:29.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
08:49:29.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.618 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/72fb91ac-ca8b-4019-bc4f-1fe52cfc7666","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@242f2204
08:49:29.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
08:49:29.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:49:29.619 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:49:29.665 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6371767-6dc7-4660-9c17-070ae9ccc609","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b79fc7f
08:49:29.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6371767-6dc7-4660-9c17-070ae9ccc609","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e6ca38e
08:49:29.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6371767-6dc7-4660-9c17-070ae9ccc609","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3cb8d1b
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.670 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.670 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6371767-6dc7-4660-9c17-070ae9ccc609","user":null,"driver_class":"org.h2.Driver"} - table: null
08:49:29.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c34ca0f
08:49:29.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:49:29.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:49:29.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:49:29.720 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7mhad1bs0bqb8dyqbk|39f2f902, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7mhad1bs0bqb8dyqbk|39f2f902, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6371767-6dc7-4660-9c17-070ae9ccc609, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.308 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 67, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-jdbc ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >--------
[INFO] Building Hono Mongodb Based Device Registry 1.5.0-SNAPSHOT       [44/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-mongodb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-mongodb ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- embedmongo-maven-plugin:0.4.2:start (start-mongodb) @ hono-service-device-registry-mongodb ---
[WARNING] Unrecognised MongoDB version '4.0.20', this might be a new version that we don't yet know about. Attempting download anyway...
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 START
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DownloadSize: 85436437
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 100% Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 downloaded with 27811kb/s
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DONE
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz START
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz extract mongodb-linux-x86_64-4.0.20/bin/mongod
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz nothing left
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz DONE
[INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@419f2f50
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:integration-test (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
08:50:12.281 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:38495], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:50:12.338 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:12.344 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials]
08:50:12.366 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@23aae55 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:38495, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:50:12.415 [cluster-ClusterId{value='5fa902c4c529173176bf2aab', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:38495
08:50:12.421 [cluster-ClusterId{value='5fa902c4c529173176bf2aab', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:38495, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3717992}
08:50:12.439 [Thread-4] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:38495
08:50:12.870 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials]
08:50:12.871 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials]
08:50:13.232 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials]
08:50:13.232 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedCredentialsService - MongoDB Credentials service started
08:50:13.232 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
08:50:13.631 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
08:50:13.632 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
08:50:13.634 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext)
08:50:13.637 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:14.048 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:38495
08:50:14.052 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext)
08:50:14.264 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext)
08:50:14.271 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:14.463 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext)
08:50:14.464 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:14.914 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext)
08:50:14.915 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:15.050 [vert.x-eventloop-thread-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:15.180 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext)
08:50:15.181 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:15.299 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:15.428 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext)
08:50:15.439 [Thread-6] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:38495
08:50:15.441 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext)
08:50:15.953 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext)
08:50:15.954 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:16.315 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext)
08:50:16.316 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:16.542 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext)
08:50:16.543 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:16.833 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext)
08:50:16.834 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:38495
08:50:16.834 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:50:17.215 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext)
08:50:17.232 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:38495 because the pool has been closed.
08:50:17.232 [Thread-3] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:38495 because the pool has been closed.
08:50:17.232 [Thread-7] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:38495 because the pool has been closed.
08:50:17.232 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:38495 because the pool has been closed.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.335 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
08:50:17.269 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:38495], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:50:17.272 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants]
08:50:17.312 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@40021799 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:38495, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:50:17.315 [cluster-ClusterId{value='5fa902c9c529173176bf2ac4', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:38495
08:50:17.316 [cluster-ClusterId{value='5fa902c9c529173176bf2ac4', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:38495, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=556513}
08:50:17.319 [Thread-7] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:38495
08:50:17.672 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants]
08:50:17.673 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants]
08:50:17.806 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants]
08:50:17.806 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedTenantService - MongoDB Tenant service started
08:50:17.807 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext)
08:50:17.880 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext)
08:50:17.947 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext)
08:50:17.967 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext)
08:50:17.972 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext)
08:50:18.018 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext)
08:50:18.026 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext)
08:50:18.030 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext)
08:50:18.035 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext)
08:50:18.043 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext)
08:50:18.050 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext)
08:50:18.060 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext)
08:50:18.065 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext)
08:50:18.071 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext)
08:50:18.076 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext)
08:50:18.080 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext)
08:50:18.116 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext)
08:50:18.123 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext)
08:50:18.128 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:38495 because the pool has been closed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
08:50:18.137 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:38495], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:50:18.138 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
08:50:18.138 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@3bcd426c from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:38495, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:50:18.140 [cluster-ClusterId{value='5fa902cac529173176bf2ad9', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:38495
08:50:18.141 [cluster-ClusterId{value='5fa902cac529173176bf2ad9', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:38495, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=484741}
08:50:18.143 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:38495
08:50:18.498 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
08:50:18.498 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
08:50:18.499 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
08:50:18.522 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
08:50:18.536 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
08:50:18.549 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
08:50:18.558 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
08:50:18.566 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
08:50:18.574 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
08:50:18.581 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
08:50:18.589 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:38495 because the pool has been closed.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
08:50:18.612 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:38495], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:50:18.613 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
08:50:18.614 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@38548b19 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:38495, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:50:18.615 [cluster-ClusterId{value='5fa902cac529173176bf2aeb', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:38495
08:50:18.616 [cluster-ClusterId{value='5fa902cac529173176bf2aeb', description='null'}-127.0.0.1:38495] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:38495, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=413194}
08:50:18.618 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:38495
08:50:18.973 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
08:50:18.973 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
08:50:18.974 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext)
08:50:18.981 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext)
08:50:18.995 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext)
08:50:18.998 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext)
08:50:19.003 [Thread-4] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:38495
08:50:19.013 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext)
08:50:19.017 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext)
08:50:19.029 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext)
08:50:19.034 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext)
08:50:19.039 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext)
08:50:19.042 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext)
08:50:19.052 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:50:19.056 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext)
08:50:19.061 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext)
08:50:19.072 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext)
08:50:19.077 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:50:19.084 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:50:19.089 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext)
08:50:19.115 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext)
08:50:19.123 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext)
08:50:19.126 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext)
08:50:19.130 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext)
08:50:19.135 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:50:19.141 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext)
08:50:19.144 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext)
08:50:19.149 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:38495 because the pool has been closed.
08:50:19.149 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:38495 because the pool has been closed.
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- embedmongo-maven-plugin:0.4.2:stop (stop-mongodb) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-mongodb ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-mongodb ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-site >---------------------
[INFO] Building Hono Site 1.5.0-SNAPSHOT                                [45/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-site ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-site ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-site ---
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site ---
build-site.sh: line 15: hugo: command not found
Please install "hugo" to be able to build the hono documentation. See readme.md for further details.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-site ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-tests >---------------------
[INFO] Building Hono Integration Tests 1.5.0-SNAPSHOT                   [46/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-tests ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-tests ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-tests ---
[INFO] Skipping artifact installation
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.5.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [ 15.291 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.048 s]
[INFO] Legal Documents .................................... SUCCESS [  2.703 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.207 s]
[INFO] Hono Core .......................................... SUCCESS [ 50.331 s]
[INFO] Hono Clients ....................................... SUCCESS [  0.104 s]
[INFO] Hono Client for Protocol Adapters .................. SUCCESS [  1.824 s]
[INFO] Hono Client ........................................ SUCCESS [ 24.548 s]
[INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [  2.094 s]
[INFO] Hono Test Utils .................................... SUCCESS [  1.040 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  0.756 s]
[INFO] Hono Service base .................................. SUCCESS [ 20.888 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [ 13.031 s]
[INFO] Hono Service Base Test Utils ....................... SUCCESS [  0.640 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.215 s]
[INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [  0.624 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 10.713 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  8.410 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  0.810 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  7.904 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  0.780 s]
[INFO] Hono Service Base Quarkus .......................... SUCCESS [  5.873 s]
[INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [  6.906 s]
[INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [  7.203 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  8.716 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  3.868 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  8.809 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  0.654 s]
[INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [  5.973 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  0.866 s]
[INFO] Hono command-line interface ........................ SUCCESS [  5.725 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.175 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.012 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.500 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.687 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 27.790 s]
[INFO] Hono Services ...................................... SUCCESS [  0.192 s]
[INFO] Hono Auth .......................................... SUCCESS [  4.313 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 51.927 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  3.485 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  6.692 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [ 10.459 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:02 min]
[INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 19.782 s]
[INFO] Hono Site .......................................... SUCCESS [  0.260 s]
[INFO] Hono Integration Tests ............................. SUCCESS [01:25 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:28 min
[INFO] Finished at: 2020-11-09T08:51:46Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven12486550/maven-spy-20201109-084317-3848112829560679034329.log
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/pom.xml under org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/pom.xml under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/pom.xml under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact test-utils/pom.xml under org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/pom.xml under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/pom.xml under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/base-spring/pom.xml under org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/pom.xml under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/base-quarkus/pom.xml under org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/pom.xml under org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/pom.xml under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/pom.xml under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/pom.xml under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact site/pom.xml under org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact tests/pom.xml under org/eclipse/hono/hono-tests/1.5.0-SNAPSHOT/hono-tests-1.5.0-SNAPSHOT.pom
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter-amqp:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter-amqp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:core-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/core-test-utils/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:service-base-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/service-base-test-utils/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-deploy:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-example-client:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/hono-client-examples/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/protocol-gateway-example/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-auth:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/base-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-connection/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-file:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-tests:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): tests/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-failsafe-plugin:integration-test (run-tests): services/device-registry-mongodb/target/failsafe-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 64 ms, Generated Artifacts Publisher: 3323 ms, Invoker Publisher: 2 ms, Junit Publisher: 1266 ms, Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 1519 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 6 ms, Open Task Scanner Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregate Junit Test Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Build status: SUCCESS
[Pipeline] step
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS