Skip to content

Console Output

Started by an SCM change
Obtained jenkins/Hono-CI-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-l2bld is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-l2bld"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-l2bld"
    - 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-l2bld"
    - 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-l2bld 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] checkout
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
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 db6585935dcc86e1b18adec0d4ec55cbb54336dd (refs/remotes/origin/use_testcontainers_for_mongodb_tests)
 > 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/use_testcontainers_for_mongodb_tests^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db6585935dcc86e1b18adec0d4ec55cbb54336dd # timeout=10
Commit message: "Build current branch"
First time build. Skipping changelog.
[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/withMavend2b4c990/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavend2b4c990" 
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/withMavend2b4c990/maven-spy-20201218-133302-49718069008643644263414.log.tmp ...
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 48 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 48 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 Test Utils                                                    [pom]
[INFO] Hono Core Test Utils                                               [jar]
[INFO] Hono Client                                                     [bundle]
[INFO] Hono Client for Protocol Adapters (AMQP)                           [jar]
[INFO] Hono Client Kafka Common                                           [jar]
[INFO] Hono Client for Protocol Adapters (Kafka)                          [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 Services                                                      [pom]
[INFO] Hono Auth                                                          [jar]
[INFO] Hono Service Device Registry Base                                  [jar]
[INFO] Base classes for JDBC services                                     [jar]
[INFO] Hono Command Router                                                [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.6.0-SNAPSHOT                                      [1/48]
[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.6.0-SNAPSHOT/hono-parent-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-bom >----------------------
[INFO] Building Hono Dependencies 1.6.0-SNAPSHOT                         [2/48]
[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.6.0-SNAPSHOT/hono-bom-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-legal >---------------------
[INFO] Building Legal Documents 1.6.0-SNAPSHOT                           [3/48]
[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 44 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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.6.0-SNAPSHOT/hono-legal-1.6.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.6.0-SNAPSHOT/hono-legal-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------
[INFO] Building Hono Demo Certs 1.6.0-SNAPSHOT                           [4/48]
[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 49 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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.6.0-SNAPSHOT/hono-demo-certs-1.6.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.6.0-SNAPSHOT/hono-demo-certs-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-core >---------------------
[INFO] Building Hono Core 1.6.0-SNAPSHOT                                 [5/48]
[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.6.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 96 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8: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 31 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
SLF4J: A number (36) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 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 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.449 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.017 s - in org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.config.AbstractConfigTest
13:34:13.360 [ForkJoinPool-1-worker-1] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12
13:34:13.366 [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.098 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.006 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.073 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.001 s - in org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.MessageHelperTest
13:34:14.670 [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: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 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.002 s - in org.eclipse.hono.util.HostnamesTest
[INFO] Running org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.util.HonoProtonHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 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.001 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.52 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.018 s - in org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Running org.eclipse.hono.auth.BCryptHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.auth.BCryptHelperTest
[INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 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.137 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.06 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.007 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.util.TriTupleTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.util.AddressHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.023 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.002 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.071 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.091 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: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s - in org.eclipse.hono.util.TenantObjectTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 175, 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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.6.0-SNAPSHOT/hono-core-1.6.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.6.0-SNAPSHOT/hono-core-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.6.0-SNAPSHOT/hono-core-1.6.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.6.0-SNAPSHOT/hono-core-1.6.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-clients-parent >----------------
[INFO] Building Hono Clients 1.6.0-SNAPSHOT                              [6/48]
[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] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-clients-parent ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/target/classes. Directory does not exist!
[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.6.0-SNAPSHOT/hono-clients-parent-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-client-adapter >----------------
[INFO] Building Hono Client for Protocol Adapters 1.6.0-SNAPSHOT         [7/48]
[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 16 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter ---
[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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.6.0-SNAPSHOT/hono-client-adapter-1.6.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.6.0-SNAPSHOT/hono-client-adapter-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.6.0-SNAPSHOT/hono-client-adapter-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:test-utils >---------------------
[INFO] Building Hono Test Utils 1.6.0-SNAPSHOT                           [8/48]
[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.6.0-SNAPSHOT/test-utils-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:core-test-utils >------------------
[INFO] Building Hono Core Test Utils 1.6.0-SNAPSHOT                      [9/48]
[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 3 source files 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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.6.0-SNAPSHOT/core-test-utils-1.6.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.6.0-SNAPSHOT/core-test-utils-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-client >--------------------
[INFO] Building Hono Client 1.6.0-SNAPSHOT                              [10/48]
[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.8: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 37 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.821 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.008 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.006 s - in org.eclipse.hono.client.CommandTest
[INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Running org.eclipse.hono.client.CommandResponseTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.hono.client.CommandResponseTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 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.111 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 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.028 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 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.025 s - in org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 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.083 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.036 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 204, 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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.6.0-SNAPSHOT/hono-client-1.6.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.6.0-SNAPSHOT/hono-client-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.6.0-SNAPSHOT/hono-client-1.6.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.6.0-SNAPSHOT/hono-client-1.6.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.6.0-SNAPSHOT [11/48]
[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 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-amqp ---
[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] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedTenantCommandRouterClientTest
[INFO] Running org.eclipse.hono.adapter.client.telemetry.amqp.ProtonBasedDownstreamSenderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.eclipse.hono.adapter.client.telemetry.amqp.ProtonBasedDownstreamSenderTest
[INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandResponseSenderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandResponseSenderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedTenantCommandRouterClientTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.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.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-kafka-common >--------------
[INFO] Building Hono Client Kafka Common 1.6.0-SNAPSHOT                 [12/48]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-kafka-common ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-kafka-common ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-kafka-common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-kafka-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-kafka-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-kafka-common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-kafka-common ---
[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-kafka-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-kafka-common ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.kafka.client.KafkaConsumerConfigPropertiesTest
[INFO] Running org.eclipse.hono.kafka.client.HonoTopicTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.hono.kafka.client.HonoTopicTest
[INFO] Running org.eclipse.hono.kafka.client.CachingKafkaProducerFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.hono.kafka.client.KafkaConsumerConfigPropertiesTest
[INFO] Running org.eclipse.hono.kafka.client.KafkaProducerConfigPropertiesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.kafka.client.KafkaProducerConfigPropertiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s - in org.eclipse.hono.kafka.client.CachingKafkaProducerFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-kafka-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-kafka-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-kafka-common ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-adapter-kafka >-------------
[INFO] Building Hono Client for Protocol Adapters (Kafka) 1.6.0-SNAPSHOT [13/48]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter-kafka ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-kafka ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-kafka ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-kafka ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-kafka ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-kafka ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-kafka ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-kafka ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-kafka ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-kafka ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest
[INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedTelemetrySenderTest
13:35:34.293 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
13:35:34.338 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
13:35:34.338 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
13:35:34.363 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
13:35:34.363 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
13:35:34.364 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
13:35:34.365 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
13:35:34.366 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
13:35:34.369 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
	at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
	at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:233)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:227)
	at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:289)
	at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:92)
	at io.netty.buffer.UnpooledByteBufAllocator.<clinit>(UnpooledByteBufAllocator.java:37)
	at io.netty.buffer.Unpooled.<clinit>(Unpooled.java:74)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:44)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:52)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:56)
	at io.vertx.core.buffer.impl.BufferFactoryImpl.buffer(BufferFactoryImpl.java:39)
	at io.vertx.core.buffer.Buffer.buffer(Buffer.java:72)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.lambda$encodePropertiesAsKafkaHeaders$2(AbstractKafkaBasedDownstreamSender.java:243)
	at java.base/java.util.HashMap.forEach(HashMap.java:1336)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.encodePropertiesAsKafkaHeaders(AbstractKafkaBasedDownstreamSender.java:240)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.send(AbstractKafkaBasedDownstreamSender.java:154)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest.testSendFailsWithTheExpectedError(AbstractKafkaBasedDownstreamSenderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
13:35:34.371 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
13:35:34.374 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @35cd0ddd
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:347)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:338)
	at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:289)
	at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:92)
	at io.netty.buffer.UnpooledByteBufAllocator.<clinit>(UnpooledByteBufAllocator.java:37)
	at io.netty.buffer.Unpooled.<clinit>(Unpooled.java:74)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:44)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:52)
	at io.vertx.core.buffer.impl.BufferImpl.<init>(BufferImpl.java:56)
	at io.vertx.core.buffer.impl.BufferFactoryImpl.buffer(BufferFactoryImpl.java:39)
	at io.vertx.core.buffer.Buffer.buffer(Buffer.java:72)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.lambda$encodePropertiesAsKafkaHeaders$2(AbstractKafkaBasedDownstreamSender.java:243)
	at java.base/java.util.HashMap.forEach(HashMap.java:1336)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.encodePropertiesAsKafkaHeaders(AbstractKafkaBasedDownstreamSender.java:240)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSender.send(AbstractKafkaBasedDownstreamSender.java:154)
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest.testSendFailsWithTheExpectedError(AbstractKafkaBasedDownstreamSenderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
13:35:34.375 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
13:35:34.376 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
13:35:34.380 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 1073741824 bytes (maybe)
13:35:34.380 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
13:35:34.380 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
13:35:34.382 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
13:35:34.383 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
13:35:34.385 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
13:35:34.385 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
13:35:34.440 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true
13:35:34.441 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true
13:35:34.443 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@11b8d21d
13:35:34.746 [ForkJoinPool-1-worker-3] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
13:35:34.746 [ForkJoinPool-1-worker-3] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
13:35:34.750 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 4
13:35:34.751 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 4
13:35:34.751 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
13:35:34.751 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
13:35:34.751 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
13:35:34.751 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
13:35:34.752 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
13:35:34.752 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
13:35:34.752 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
13:35:34.752 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
13:35:34.752 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0
13:35:34.753 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
13:35:34.753 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
13:35:34.781 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
13:35:34.781 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
13:35:34.781 [ForkJoinPool-1-worker-3] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
13:35:34.843 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest$6 - sending message failed [topic: hono.event.the-tenant, key: the-device, qos: AT_LEAST_ONCE, tenantId: the-tenant, deviceId: the-device]
java.lang.RuntimeException: boom
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest.testSendFailsWithTheExpectedError(AbstractKafkaBasedDownstreamSenderTest.java:138)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.017 s - in org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedTelemetrySenderTest
[INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedEventSenderTest
13:35:35.042 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest$6 - sending message failed [topic: hono.event.the-tenant, key: the-device, qos: AT_LEAST_ONCE, tenantId: the-tenant, deviceId: the-device]
java.lang.RuntimeException: foo
	at org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest.testProducerIsNotClosedOnNonFatalError(AbstractKafkaBasedDownstreamSenderTest.java:194)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedEventSenderTest
13:35:35.170 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest$6 - sending message failed [topic: hono.event.the-tenant, key: the-device, qos: AT_LEAST_ONCE, tenantId: the-tenant, deviceId: the-device]
org.apache.kafka.common.errors.AuthorizationException: go away
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-kafka ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-base >-----------------
[INFO] Building Hono Service base 1.6.0-SNAPSHOT                        [14/48]
[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 110 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.8: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.6.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.658 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
13:35:49.565 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:49.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:49.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:49.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:49.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:49.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
13:35:49.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:49.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:49.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.063 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.156 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.157 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.157 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
13:35:50.189 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.189 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.190 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.242 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.243 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.243 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.263 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.264 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
13:35:50.266 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1084787541] successfully connected
13:35:50.267 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 128715109] successfully connected
13:35:50.268 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1260702849] successfully connected
13:35:50.270 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 737454089] successfully connected
13:35:50.270 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 328291323] successfully connected
13:35:50.271 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 1921953738] successfully connected
13:35:50.272 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1937659471] successfully connected
13:35:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 792956922] successfully connected
13:35:50.352 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.438 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.438 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.439 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.474 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.474 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.475 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.487 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.487 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.487 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.544 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.544 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.544 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:50.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:50.557 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:50.560 [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: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HttpContextTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.service.http.HttpContextTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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
13:35:51.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:51.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:51.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:51.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:51.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:51.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
13:35:51.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1018638662]
13:35:51.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1084874609]
13:35:51.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$783639222]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 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.005 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
13:35:51.269 [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
13:35:51.283 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
13:35:51.285 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
13:35:51.285 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
13:35:51.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
13:35:51.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
13:35:51.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
13:35:51.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
13:35:51.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
13:35:51.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
13:35:51.343 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
13:35:51.347 [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.185 s - in org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
13:35:51.746 [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
13:35:52.285 [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"} [35945m:15s])))]: null
13:35:52.436 [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"} [25295m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [25295m:15s]) or hono_messages_payload_bytes_sum*0))]: null
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 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.486 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
13:35:53.368 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
13:35:53.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
13:35:53.372 [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)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
13:35:53.477 [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.355 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.042 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
13:35:54.464 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
13:35:54.543 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
13:35:54.544 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:34233/readiness
13:35:54.545 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:34233/liveness
13:35:54.546 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
13:35:54.546 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:44359/readiness
13:35:54.547 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:44359/liveness
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
13:35:54.578 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
13:35:54.634 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
13:35:54.635 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
13:35:54.843 [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.275 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.193 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.489 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
13:35:55.771 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:34233]
13:35:55.838 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:44359]
13:35:55.867 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
13:35:55.867 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
13:35:55.944 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
13:35:55.944 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:33369/readiness
13:35:55.944 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:33369/liveness
13:35:55.968 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:33369]
13:35:56.045 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
13:35:56.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
13:35:56.154 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
13:35:56.154 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:43953/readiness
13:35:56.154 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:43953/liveness
13:35:56.267 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:43953]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
13:35:56.446 [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).
13:35:56.451 [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.018 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
13:35:56.543 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
13:35:56.549 [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)
13:35:56.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
13:35:56.557 [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)
13:35:56.560 [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.106 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.076 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
13:35:56.663 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:56.773 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:56.840 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:56.850 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:56.855 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:56.859 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:56.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:56.868 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:56.873 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:56.877 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:57.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$138150788]
13:35:57.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$1633574603]
13:35:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:57.435 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:57.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:57.463 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:57.468 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:57.476 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:57.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
13:35:57.541 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
13:35:57.544 [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.982 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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.6.0-SNAPSHOT/hono-service-base-1.6.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.6.0-SNAPSHOT/hono-service-base-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.6.0-SNAPSHOT/hono-service-base-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.hono:client-device-connection-infinispan >--------
[INFO] Building Hotrod Device Connection client 1.6.0-SNAPSHOT          [15/48]
[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 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ client-device-connection-infinispan ---
[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
13:36:20.470 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.751 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.755 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.767 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.770 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.778 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.784 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.836 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.838 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.849 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.854 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
13:36:20.859 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.536 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
13:36:20.873 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
13:36:20.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
Dec 18, 2020 1:36:21 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:22.139 [vert.x-worker-thread-0] INFO  org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
13:36:22.826 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:22.834 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:22 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.063 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.067 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.168 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.170 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.296 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.297 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.376 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.378 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.479 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.480 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.670 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.672 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.756 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.758 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.851 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.853 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:23.911 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:23.913 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:23 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.000 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.002 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.152 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.154 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.204 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.205 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.282 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.284 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.382 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.384 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.481 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.483 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.582 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.584 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.656 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.657 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.709 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.712 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.781 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.783 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.849 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.850 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.901 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.903 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:24.969 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:24.970 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:24 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.050 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.052 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.101 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.103 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.180 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.182 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.255 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.257 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.305 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.306 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.380 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.382 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.459 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.460 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.504 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.506 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.569 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.570 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
Dec 18, 2020 1:36:25 PM io.vertx.core.spi.resolver.ResolverProvider
INFO: Using the default address resolver as the dns resolver could not be loaded
13:36:25.639 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager
13:36:25.640 [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: 4.684 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
13:36:25.657 [Thread-99] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.657 [Thread-63] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.657 [Thread-111] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.658 [Thread-39] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.658 [Thread-115] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.658 [Thread-3] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.658 [Thread-35] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.659 [Thread-15] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.659 [Thread-95] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.659 [Thread-79] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.660 [Thread-71] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.660 [Thread-67] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.661 [Thread-47] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.661 [Thread-131] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.662 [Thread-87] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.662 [Thread-103] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.664 [Thread-19] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.664 [Thread-11] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.664 [Thread-27] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.665 [Thread-107] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.665 [Thread-23] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.667 [Thread-31] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.667 [Thread-127] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.763 [Thread-75] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.767 [Thread-51] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.769 [Thread-83] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.769 [Thread-59] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.770 [Thread-55] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.771 [Thread-123] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.771 [Thread-119] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.771 [Thread-43] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.772 [Thread-7] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
13:36:25.772 [Thread-91] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 53, 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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.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.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:service-base-test-utils >--------------
[INFO] Building Hono Service Base Test Utils 1.6.0-SNAPSHOT             [16/48]
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.6.0-SNAPSHOT/service-base-test-utils-1.6.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.6.0-SNAPSHOT/service-base-test-utils-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-adapters >-------------------
[INFO] Building Hono Protocol Adapters 1.6.0-SNAPSHOT                   [17/48]
[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.6.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.6.0-SNAPSHOT/hono-adapters-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >--------------
[INFO] Building Hono Protocol Adapter Base (Spring) 1.6.0-SNAPSHOT      [18/48]
[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.6.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.6.0-SNAPSHOT/hono-adapter-base-spring-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >--------------
[INFO] Building Hono AMQP Adapter 1.6.0-SNAPSHOT                        [19/48]
[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: 3.56 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------
[INFO] Building Hono CoAP Adapter base 1.6.0-SNAPSHOT                   [20/48]
[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 (26) 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
13:36:43.844 [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-l2bld, jaeger.version=Java-1.2.0, ip=10.40.8.166}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 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.377 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.302 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
13:36:45.840 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:45.841 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:45.841 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:45.842 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:45.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$572630425]
13:36:45.876 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1326982967] successfully connected
13:36:45.878 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 211082441] successfully connected
13:36:45.879 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1947742889] successfully connected
13:36:45.880 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 722091547] successfully connected
13:36:45.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1196367343] successfully connected
13:36:45.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 717830822] successfully connected
13:36:45.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1489979017] successfully connected
13:36:45.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command Router service client [Mock for CommandRouterClient, hashCode: 570573949] successfully connected
13:36:45.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
13:36:45.983 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:45.983 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:45.983 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:45.984 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:45.987 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.469 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.469 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.470 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.470 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.494 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.494 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.494 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.494 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.499 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.567 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.570 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.684 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.846 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.846 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.846 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.846 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.889 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.946 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.946 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$572630425]
13:36:46.947 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1126708862] successfully connected
13:36:46.948 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1359156036] successfully connected
13:36:46.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1391433378] successfully connected
13:36:46.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1616417844] successfully connected
13:36:46.950 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1648481671] successfully connected
13:36:46.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 730952632] successfully connected
13:36:46.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 90548974] successfully connected
13:36:46.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command Router service client [Mock for CommandRouterClient, hashCode: 565737282] successfully connected
13:36:46.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:46.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:46.980 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:46.981 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:46.984 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$572630425]
13:36:47.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1647510047] successfully connected
13:36:47.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 64930896] successfully connected
13:36:47.051 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1710105024] successfully connected
13:36:47.051 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 523756696] successfully connected
13:36:47.052 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 1294174514] successfully connected
13:36:47.053 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 942286978] successfully connected
13:36:47.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command Router service client [Mock for CommandRouterClient, hashCode: 744418918] successfully connected
13:36:47.097 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.098 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.098 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.098 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.102 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.163 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.198 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.199 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.199 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.199 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.202 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.261 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.293 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$572630425]
13:36:47.294 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 102734485] successfully connected
13:36:47.295 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1052028124] successfully connected
13:36:47.296 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1889021301] successfully connected
13:36:47.297 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1725279752] successfully connected
13:36:47.298 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 476339061] successfully connected
13:36:47.299 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 120440425] successfully connected
13:36:47.299 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 913285244] successfully connected
13:36:47.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Command Router service client [Mock for CommandRouterClient, hashCode: 2097278295] successfully connected
13:36:47.301 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null]
13:36:47.358 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.358 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.358 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.362 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.402 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.402 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.402 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.402 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
13:36:47.405 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$2026404239]
13:36:47.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$114407676]
13:36:47.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$1925536452]
13:36:47.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1700749728]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.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.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >--------------
[INFO] Building Hono CoAP Adapter 1.6.0-SNAPSHOT                        [21/48]
[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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------
[INFO] Building Hono HTTP Adapter base 1.6.0-SNAPSHOT                   [22/48]
[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.8: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
13:36:55.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:55.079 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:55.079 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:55.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:55.136 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
13:36:55.146 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Telemetry client [Mock for TelemetrySender, hashCode: 1962138152] successfully connected
13:36:55.152 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Event client [Mock for EventSender, hashCode: 2094786237] successfully connected
13:36:55.154 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Tenant service client [Mock for TenantClient, hashCode: 1723276240] successfully connected
13:36:55.156 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 682324300] successfully connected
13:36:55.158 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Credentials service client [Mock for CredentialsClient, hashCode: 1743199074] successfully connected
13:36:55.160 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 728286815] successfully connected
13:36:55.162 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1242902544] successfully connected
13:36:55.165 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Command Router service client [Mock for CommandRouterClient, hashCode: 687850074] successfully connected
13:36:55.166 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - vert.x uses native transport: false
13:36:55.188 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes
13:36:55.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:55.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:55.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:55.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:55.736 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:33919
13:36:55.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)]
13:36:56.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.349 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.349 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.349 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.353 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.483 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.484 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.484 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.484 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.533 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.570 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.691 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.692 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.692 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.692 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.860 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.861 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.861 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.861 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)]
13:36:56.965 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:56.966 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:56.966 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:56.966 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:56.969 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)]
13:36:57.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.070 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.070 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.070 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.074 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.076 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)]
13:36:57.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.179 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)]
13:36:57.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.191 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.233 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.233 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$532113460]
13:36:57.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 405565622] successfully connected
13:36:57.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 856466234] successfully connected
13:36:57.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1272872584] successfully connected
13:36:57.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1234907965] successfully connected
13:36:57.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 852050808] successfully connected
13:36:57.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 1686774632] successfully connected
13:36:57.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1553480527] successfully connected
13:36:57.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 1284172090] successfully connected
13:36:57.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false
13:36:57.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
13:36:57.244 [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
13:36:57.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)]
13:36:57.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)]
13:36:57.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)]
13:36:57.357 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)]
13:36:57.358 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.369 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)]
13:36:57.393 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.397 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.443 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)]
13:36:57.453 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.470 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.471 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.471 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.471 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.549 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.549 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.549 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.549 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.550 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$532113460]
13:36:57.551 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 858299390] successfully connected
13:36:57.551 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1977020264] successfully connected
13:36:57.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 637431933] successfully connected
13:36:57.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 433913035] successfully connected
13:36:57.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1859937125] successfully connected
13:36:57.554 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 741571705] successfully connected
13:36:57.555 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 2048429082] successfully connected
13:36:57.564 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 81530166] successfully connected
13:36:57.565 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false
13:36:57.566 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
13:36:57.567 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
13:36:57.582 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)]
13:36:57.635 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.640 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.644 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)]
13:36:57.660 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)]
13:36:57.677 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)]
13:36:57.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.741 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$532113460]
13:36:57.743 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 73133972] successfully connected
13:36:57.744 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1473122776] successfully connected
13:36:57.745 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 796734843] successfully connected
13:36:57.746 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1583736339] successfully connected
13:36:57.747 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 85562628] successfully connected
13:36:57.747 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 587076782] successfully connected
13:36:57.749 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1693330279] successfully connected
13:36:57.749 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 357178519] successfully connected
13:36:57.751 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false
13:36:57.752 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
13:36:57.753 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
13:36:57.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)]
13:36:57.780 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.784 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
13:36:57.840 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter
13:36:57.852 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter
13:36:57.872 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$518473462]
13:36:57.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$266328540]
13:36:57.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$977966903]
13:36:57.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405513619]
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.679 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.689 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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.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.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >--------------
[INFO] Building Hono HTTP Adapter 1.6.0-SNAPSHOT                        [23/48]
[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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >-------------
[INFO] Building Hono Service Base Quarkus 1.6.0-SNAPSHOT                [24/48]
[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] Copying 1 resource
[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] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/java/org/eclipse/hono/service/quarkus/AbstractProtocolAdapterApplication.java: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/java/org/eclipse/hono/service/quarkus/AbstractProtocolAdapterApplication.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/java/org/eclipse/hono/service/quarkus/AbstractProtocolAdapterApplication.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8: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
Dec 18, 2020 1:37:08 PM org.eclipse.hono.service.quarkus.SystemLoggerTest reflectionOnJdkInternalEventAllowed
INFO: access to jdk.internal.event.EventHelper via reflection is not possible, run JVM with option --add-opens java.base/jdk.internal.event=ALL-UNNAMED to enable tests
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.871 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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.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.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >-------------
[INFO] Building Hono Protocol Adapter Base (Quarkus) 1.6.0-SNAPSHOT     [25/48]
[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.8: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.6.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.9.2.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.6.0-SNAPSHOT/hono-adapter-base-quarkus-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >----------
[INFO] Building Hono HTTP Adapter (Quarkus) 1.6.0-SNAPSHOT              [26/48]
[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 3 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 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8: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.6.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.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.9.2.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.QuarkusHttpProtocolAdapterProperties' 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.QuarkusHttpProtocolAdapterProperties' 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.QuarkusHttpProtocolAdapterProperties' 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.QuarkusHttpProtocolAdapterProperties' 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.QuarkusHttpProtocolAdapterProperties' 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.QuarkusHttpProtocolAdapterProperties' 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.deviceconnection.infinispan.client.quarkus.DeviceConnectionCacheConfig' does not have a setter for field 'props' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.resourcelimits.ResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.resourcelimits.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.service.quarkus.resourcelimits.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.service.quarkus.resourcelimits.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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CommandConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$QuarkusConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$QuarkusConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CredentialsClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$DeviceConnectionConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$DownstreamSenderConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$RegistrationClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$TenantClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.metric.HealthCheckServerResourceProducer#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.resourcelimits.ResourceLimitChecksProducer#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.metric.MeterRegistryProducer#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5803ms
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.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.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------
[INFO] Building Hono MQTT Adapter base 1.6.0-SNAPSHOT                   [27/48]
[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.8:jandex (make-index) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.217 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.012 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest
13:37:41.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.253 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.253 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.253 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 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.013 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.077 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
13:37:41.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.552 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.670 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.836 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.836 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.836 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.836 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.869 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:41.870 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:41.870 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:41.870 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:41.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.068 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$402944072]
13:37:42.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1515372169] successfully connected
13:37:42.138 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1432963423] successfully connected
13:37:42.139 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 521331365] successfully connected
13:37:42.140 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1831364617] successfully connected
13:37:42.141 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 2132890064] successfully connected
13:37:42.141 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 75755068] successfully connected
13:37:42.142 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 1927704146] successfully connected
13:37:42.143 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 1859618461] successfully connected
13:37:42.144 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
13:37:42.146 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false
13:37:42.147 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
13:37:42.150 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
13:37:42.178 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.179 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.179 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.179 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.182 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.264 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.350 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.351 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.351 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.351 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.380 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.380 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.382 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
13:37:42.456 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.456 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.456 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.456 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
13:37:42.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.559 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.559 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.559 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
13:37:42.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.743 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.802 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.802 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.802 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.803 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.858 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.889 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.892 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.929 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.929 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.929 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.929 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:42.932 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.961 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:42.961 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:42.961 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:42.961 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.001 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.001 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.001 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.001 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.004 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.078 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.078 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.078 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.079 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.081 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.167 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.167 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.167 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.167 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.189 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.192 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.218 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.219 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.219 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.219 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.270 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.272 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.274 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.336 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.340 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$402944072]
13:37:43.379 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 2129264644] successfully connected
13:37:43.380 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 2127598771] successfully connected
13:37:43.381 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1055495901] successfully connected
13:37:43.381 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 890448049] successfully connected
13:37:43.382 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 458744887] successfully connected
13:37:43.383 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command & Control consumer factory client [Mock for CommandConsumerFactory, hashCode: 1641582306] successfully connected
13:37:43.383 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command & Control response sender client [Mock for CommandResponseSender, hashCode: 326476666] successfully connected
13:37:43.384 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Command Router service client [Mock for CommandRouterClient, hashCode: 1066354437] successfully connected
13:37:43.384 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
13:37:43.394 [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)
13:37:43.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false
13:37:43.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
13:37:43.395 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
13:37:43.413 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1884172304]
13:37:43.413 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1680676996]
13:37:43.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$379391728]
13:37:43.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$405132745]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.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.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-kura >-----------------
[INFO] Building Hono Kura Adapter 1.6.0-SNAPSHOT                        [28/48]
[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.562 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.6.0-SNAPSHOT/hono-adapter-kura-1.6.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.6.0-SNAPSHOT/hono-adapter-kura-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.6.0-SNAPSHOT/hono-adapter-kura-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >--------------
[INFO] Building Hono LoRa Adapter 1.6.0-SNAPSHOT                        [29/48]
[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.providers.FireflyProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
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
13:37:58.363 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:58.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:58.368 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:58.369 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:58.374 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.361 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.028 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
13:37:58.985 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:58.986 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:58.986 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:58.986 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
13:37:59.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
13:37:59.068 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 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.012 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
13:37:59.271 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.272 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.272 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.272 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 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.012 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 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
13:37:59.541 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.542 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.542 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.543 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.549 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.595 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.595 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.595 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.595 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.599 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.695 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.696 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.696 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.696 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.700 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$426567874]
13:37:59.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1235168762]
13:37:59.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using EventSender implementation [org.eclipse.hono.adapter.client.telemetry.EventSender$MockitoMock$1749730476]
13:37:59.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
13:37:59.895 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using TelemetrySender implementation [org.eclipse.hono.adapter.client.telemetry.TelemetrySender$MockitoMock$288696588]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >--------------
[INFO] Building Hono MQTT Adapter 1.6.0-SNAPSHOT                        [30/48]
[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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >----------
[INFO] Building Hono MQTT Adapter (Quarkus) 1.6.0-SNAPSHOT              [31/48]
[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 3 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 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.8: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.6.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.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.9.2.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.deviceconnection.infinispan.client.quarkus.DeviceConnectionCacheConfig' does not have a setter for field 'props' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.resourcelimits.ResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.resourcelimits.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.service.quarkus.resourcelimits.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.service.quarkus.resourcelimits.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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CommandConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$CommandRouterConfig' 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.service.quarkus.ProtocolAdapterConfig$QuarkusConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$QuarkusConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$CredentialsClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$DeviceConnectionConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$DownstreamSenderConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$RegistrationClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$TenantClientConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.service.quarkus.ProtocolAdapterConfig$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.QuarkusMqttProtocolAdapterProperties' 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.QuarkusMqttProtocolAdapterProperties' 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.QuarkusMqttProtocolAdapterProperties' 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.QuarkusMqttProtocolAdapterProperties' 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.QuarkusMqttProtocolAdapterProperties' 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.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.metric.MeterRegistryProducer#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.resourcelimits.ResourceLimitChecksProducer#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.metric.HealthCheckServerResourceProducer#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.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.6.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4925ms
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.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.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >-------------
[INFO] Building Hono Sigfox Adapter 1.6.0-SNAPSHOT                      [32/48]
[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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.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.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-cli >----------------------
[INFO] Building Hono command-line interface 1.6.0-SNAPSHOT              [33/48]
[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.6.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
13:38:20.573 [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"
13:38:20.599 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
13:38:20.615 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
13:38:20.635 [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.669 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.6.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.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.11.RELEASE:repackage (default) @ hono-cli ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.6.0-SNAPSHOT/hono-cli-1.6.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.6.0-SNAPSHOT/hono-cli-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.6.0-SNAPSHOT/hono-cli-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-deploy >--------------------
[INFO] Building Hono Deployment 1.6.0-SNAPSHOT                          [34/48]
[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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.6.0-SNAPSHOT/hono-deploy-1.6.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.6.0-SNAPSHOT/hono-deploy-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-example >--------------------
[INFO] Building Hono Examples 1.6.0-SNAPSHOT                            [35/48]
[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.6.0-SNAPSHOT/hono-example-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-example-client >----------------
[INFO] Building Hono Client Examples 1.6.0-SNAPSHOT                     [36/48]
[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.6.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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.6.0-SNAPSHOT/hono-example-client-1.6.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.6.0-SNAPSHOT/hono-example-client-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.6.0-SNAPSHOT/hono-example-client-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------
[INFO] Building Hono Protocol Gateway example 1.6.0-SNAPSHOT            [37/48]
[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.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.11.RELEASE:repackage (default) @ protocol-gateway ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.6.0-SNAPSHOT/protocol-gateway-1.6.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.6.0-SNAPSHOT/protocol-gateway-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.6.0-SNAPSHOT/protocol-gateway-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-services >-------------------
[INFO] Building Hono Services 1.6.0-SNAPSHOT                            [38/48]
[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.6.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.6.0-SNAPSHOT/hono-services-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-auth >-----------------
[INFO] Building Hono Auth 1.6.0-SNAPSHOT                                [39/48]
[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
13:38:33.971 [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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.968 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.994 s - in org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.6.0-SNAPSHOT/hono-service-auth-1.6.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.6.0-SNAPSHOT/hono-service-auth-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.6.0-SNAPSHOT/hono-service-auth-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >---------
[INFO] Building Hono Service Device Registry Base 1.6.0-SNAPSHOT        [40/48]
[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 71 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
13:39:40.052 [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.693 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.113 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.512 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AutoProvisionerTest
13:39:41.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1564236495
13:39:41.468 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 353290202
13:39:41.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.device.AutoProvisioner - device was auto-provisioned but notificationSent flag isn't set, wait 50ms, re-check flag and send event if needed [tenant-id: DEFAULT_TENANT, device-id: foobar42]
13:39:41.496 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1800041245
13:39:41.559 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 645009406
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.eclipse.hono.deviceregistry.service.device.AutoProvisionerTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
13:39:41.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 324617562
13:39:41.788 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 437801184
13:39:41.841 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 693955993
13:39:41.878 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 870829910
13:39:41.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1897010132
13:39:41.949 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1893046593
13:39:41.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 603570314
13:39:41.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2031956371
13:39:41.978 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1230435813
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.003 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.089 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.005 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:42 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Dec 18, 2020 1:39:43 PM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Running org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 137, 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.6.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 42 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.6.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.6.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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.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.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.6.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >---------------
[INFO] Building Base classes for JDBC services 1.6.0-SNAPSHOT           [41/48]
[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.147 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.192 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 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.6.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.6.0-SNAPSHOT-sources.jar
[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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.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.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-service-command-router >------------
[INFO] Building Hono Command Router 1.6.0-SNAPSHOT                      [42/48]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-command-router ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router ---
[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-command-router ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router ---
[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-command-router ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.commandrouter.impl.amqp.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.176 s - in org.eclipse.hono.commandrouter.impl.amqp.MappingAndDelegatingCommandHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-command-router ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-service-device-connection >-----------
[INFO] Building Hono Device Connection service 1.6.0-SNAPSHOT           [43/48]
[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.749 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.6.0-SNAPSHOT/hono-service-device-connection-1.6.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.6.0-SNAPSHOT/hono-service-device-connection-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.6.0-SNAPSHOT/hono-service-device-connection-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >---------
[INFO] Building Hono File Based Device Registry 1.6.0-SNAPSHOT          [44/48]
[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
13:40:11.185 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:12.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
13:40:12.386 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:12.984 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
13:40:13.072 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
13:40:13.080 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
13:40:13.085 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
13:40:13.091 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
13:40:13.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
13:40:13.142 [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: 2.412 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
13:40:13.388 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:13.662 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
13:40:13.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds
13:40:13.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:13.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
13:40:13.948 [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
13:40:13.948 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
13:40:13.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
13:40:13.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
13:40:14.251 [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: 1.092 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
13:40:14.477 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:14.583 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
13:40:14.590 [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
13:40:14.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:14.645 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
13:40:14.679 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json]
13:40:14.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
13:40:14.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:14.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:14.753 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:14.775 [ForkJoinPool-1-worker-3] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
13:40:14.775 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:14.782 [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.526 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
13:40:14.909 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:15.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:15.438 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:15.591 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:15.728 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:15.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.013 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
13:40:16.025 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
13:40:16.035 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds
13:40:16.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
13:40:16.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:16.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
13:40:16.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
13:40:16.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.210 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.339 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.474 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
13:40:16.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.606 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:16.872 [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
13:40:16.872 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:16.873 [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
13:40:16.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
13:40:16.884 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
13:40:16.885 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
13:40:16.887 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
13:40:16.887 [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.629 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.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.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >---------
[INFO] Building Hono JDBC Based Device Registry 1.6.0-SNAPSHOT          [45/48]
[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.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
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
13:40:45.187 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba8866dd-a482-4b78-ae06-b814449e52e8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.187 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d3541889-9367-4048-ba40-e61fe18f3afb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.536 [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@4296c21
13:40:45.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54c42792
13:40:45.536 [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
13:40:45.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
13:40:45.536 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:45.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:45.641 [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
13:40:45.642 [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
13:40:45.646 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d3541889-9367-4048-ba40-e61fe18f3afb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.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/ba8866dd-a482-4b78-ae06-b814449e52e8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.653 [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@48c80e36
13:40:45.653 [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
13:40:45.653 [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@62b97622
13:40:45.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:45.654 [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
13:40:45.654 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:45.659 [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
13:40:45.661 [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
13:40:45.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/d592bfb2-9854-4771-8ba0-8a8fd0eae880","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.803 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dca18615-84a7-4846-b5c6-3e140f36ddb9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.805 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36c79f82
13:40:45.805 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15a87b6d
13:40:45.806 [ForkJoinPool-1-worker-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
13:40:45.806 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.806 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.806 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:45.815 [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
13:40:45.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/d592bfb2-9854-4771-8ba0-8a8fd0eae880","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.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/dca18615-84a7-4846-b5c6-3e140f36ddb9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22a86910
13:40:45.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@db521f8
13:40:45.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.840 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:45.844 [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
13:40:45.857 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:45.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:45.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d592bfb2-9854-4771-8ba0-8a8fd0eae880","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.861 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dca18615-84a7-4846-b5c6-3e140f36ddb9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ec25ddc
13:40:45.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5792d8e7
13:40:45.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.870 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:45.872 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d592bfb2-9854-4771-8ba0-8a8fd0eae880","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.873 [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
13:40:45.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dca18615-84a7-4846-b5c6-3e140f36ddb9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:45.873 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d4df4e4
13:40:45.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:45.874 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.875 [ForkJoinPool-1-worker-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@6191d0f7
13:40:45.875 [ForkJoinPool-1-worker-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
13:40:45.875 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:45.878 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:45.882 [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
13:40:45.939 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:46.038 [MLog-Init-Reporter] INFO  com.mchange.v2.log.MLog - MLog clients using slf4j logging.
13:40:46.333 [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]
13:40:46.567 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|5d86f095, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5d86f095, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d592bfb2-9854-4771-8ba0-8a8fd0eae880, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:46.639 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|372466bb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|372466bb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dca18615-84a7-4846-b5c6-3e140f36ddb9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.150 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|15639a00, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|15639a00, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dca18615-84a7-4846-b5c6-3e140f36ddb9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.336 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6f2ee9e1-9c4e-45d5-a7b2-159f918d8b6f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.338 [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@1a4bfa63
13:40:47.338 [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
13:40:47.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:47.341 [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
13:40:47.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6f2ee9e1-9c4e-45d5-a7b2-159f918d8b6f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.343 [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@2ff66249
13:40:47.343 [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
13:40:47.343 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:47.345 [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
13:40:47.434 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/217ab388-bde6-480a-9182-6625efe2f431","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.436 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f8c53d
13:40:47.436 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:47.436 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.441 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:47.441 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/217ab388-bde6-480a-9182-6625efe2f431","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.443 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cf1b59a
13:40:47.443 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:47.443 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.446 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:47.446 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:47.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/217ab388-bde6-480a-9182-6625efe2f431","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.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@3e00019b
13:40:47.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
13:40:47.449 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.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
13:40:47.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/217ab388-bde6-480a-9182-6625efe2f431","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.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@e543d6c
13:40:47.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
13:40:47.454 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.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
13:40:47.470 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d440518a-4cd3-4802-9b06-a8c2d6c3a554","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.471 [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@5fdd829f
13:40:47.471 [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
13:40:47.472 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:47.474 [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
13:40:47.475 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d440518a-4cd3-4802-9b06-a8c2d6c3a554","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.476 [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@58625a3b
13:40:47.476 [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
13:40:47.476 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:47.478 [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
13:40:47.554 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|a3ae8ac, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|a3ae8ac, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/217ab388-bde6-480a-9182-6625efe2f431, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.578 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.579 [ForkJoinPool-1-worker-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@4c9a8d89
13:40:47.580 [ForkJoinPool-1-worker-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
13:40:47.580 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.583 [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
13:40:47.584 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.585 [ForkJoinPool-1-worker-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@11b19af0
13:40:47.585 [ForkJoinPool-1-worker-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
13:40:47.585 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.588 [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
13:40:47.588 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:47.588 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.589 [ForkJoinPool-1-worker-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@33045187
13:40:47.590 [ForkJoinPool-1-worker-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
13:40:47.633 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.635 [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
13:40:47.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:47.637 [ForkJoinPool-1-worker-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@76d49b14
13:40:47.637 [ForkJoinPool-1-worker-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
13:40:47.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:47.640 [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
13:40:47.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 -> 2tg692aewrhd3fur6woq|42aa06f3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|42aa06f3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/217ab388-bde6-480a-9182-6625efe2f431, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.753 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|27032bec, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|27032bec, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.871 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|377189fa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|377189fa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/217ab388-bde6-480a-9182-6625efe2f431, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.935 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|523a8f60, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|523a8f60, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:47.997 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3a25c7fd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3a25c7fd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a9e01665-c79d-457b-a896-e41fcfe4edbb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:48.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d8821116-9252-49cf-bc95-578a53157c35","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.121 [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@745748fc
13:40:48.122 [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
13:40:48.122 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.124 [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
13:40:48.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/d8821116-9252-49cf-bc95-578a53157c35","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.133 [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@5da6f6a6
13:40:48.133 [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
13:40:48.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.135 [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
13:40:48.186 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46ce300
13:40:48.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.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/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ea02876
13:40:48.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.244 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.244 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:48.244 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.245 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@238e0732
13:40:48.245 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.245 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.248 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.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/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5dc8b143
13:40:48.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.252 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.352 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7ce2e942, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7ce2e942, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:48.455 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|789ccf60, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|789ccf60, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f7c8e2ff-65e3-4f92-a91d-e7355ba535fe, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:48.529 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b2b91a8-154d-435c-8242-cf7fb989fd3a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.534 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e813693
13:40:48.535 [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
13:40:48.535 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.897 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
13:40:48.538 [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
13:40:48.539 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b2b91a8-154d-435c-8242-cf7fb989fd3a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.540 [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@36be4e50
13:40:48.541 [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
13:40:48.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
13:40:48.544 [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
13:40:48.603 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da7477df-5383-41e0-b994-bacbfd4dea2b","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.611 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.634 [ForkJoinPool-1-worker-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@203cb2bf
13:40:48.634 [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@c0e2fd
13:40:48.634 [ForkJoinPool-1-worker-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
13:40:48.634 [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
13:40:48.634 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.634 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.636 [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
13:40:48.636 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da7477df-5383-41e0-b994-bacbfd4dea2b","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.636 [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
13:40:48.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.637 [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@9c2132e
13:40:48.637 [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
13:40:48.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.637 [ForkJoinPool-1-worker-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@534de577
13:40:48.638 [ForkJoinPool-1-worker-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
13:40:48.638 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.639 [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
13:40:48.640 [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
13:40:48.640 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:48.640 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.641 [ForkJoinPool-1-worker-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@53959760
13:40:48.641 [ForkJoinPool-1-worker-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
13:40:48.641 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.644 [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
13:40:48.644 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.645 [ForkJoinPool-1-worker-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@2c836dd1
13:40:48.645 [ForkJoinPool-1-worker-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
13:40:48.645 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.648 [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
13:40:48.649 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:48.703 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6d856f-edac-405d-97f6-a2b77eb474ea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62576c14
13:40:48.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6d856f-edac-405d-97f6-a2b77eb474ea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3bc444e
13:40:48.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:48.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6d856f-edac-405d-97f6-a2b77eb474ea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@627213ad
13:40:48.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.742 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.743 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.744 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6d856f-edac-405d-97f6-a2b77eb474ea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.745 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c48ab74
13:40:48.745 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:48.745 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:48.747 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:48.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 -> 2tg692aewrhd3fur6woq|5bc9ddc9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5bc9ddc9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da7477df-5383-41e0-b994-bacbfd4dea2b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:48.964 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|ec063a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|ec063a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:48.979 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bd36187e-3341-4a2a-aee9-253a521dca16","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.983 [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@45478071
13:40:48.983 [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
13:40:48.983 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.985 [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
13:40:48.985 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bd36187e-3341-4a2a-aee9-253a521dca16","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:48.986 [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@3cf44e58
13:40:48.986 [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
13:40:48.986 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:48.987 [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
13:40:49.079 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0de32aa5-b1d1-43de-a28f-93ca379bf909","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.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@7669ca48
13:40:49.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
13:40:49.081 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.083 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.083 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0de32aa5-b1d1-43de-a28f-93ca379bf909","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.084 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76d3b56
13:40:49.084 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.085 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.087 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.087 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:49.087 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0de32aa5-b1d1-43de-a28f-93ca379bf909","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.087 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7095752c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7095752c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:49.089 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@de28756
13:40:49.089 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.089 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.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/0de32aa5-b1d1-43de-a28f-93ca379bf909","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@543cac7c
13:40:49.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
13:40:49.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.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
13:40:49.265 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|41ac874c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|41ac874c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bd36187e-3341-4a2a-aee9-253a521dca16, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:49.343 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7ef9966e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7ef9966e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc899e76-1142-408b-9efa-c489c81cd624, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:49.428 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a4fa377-0798-4bad-8fbe-bdc81416836e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.434 [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@309d6e1
13:40:49.434 [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
13:40:49.434 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:49.436 [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
13:40:49.436 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a4fa377-0798-4bad-8fbe-bdc81416836e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.437 [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@58bc15d8
13:40:49.437 [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
13:40:49.437 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:49.438 [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
13:40:49.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a6a8ed9-c6ed-461f-a255-6741f78bfcf9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.481 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77be7423
13:40:49.481 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.481 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.483 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a6a8ed9-c6ed-461f-a255-6741f78bfcf9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.485 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1034447a
13:40:49.485 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.485 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:49.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a6a8ed9-c6ed-461f-a255-6741f78bfcf9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.536 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b80bca7
13:40:49.536 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.537 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.539 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.539 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a6a8ed9-c6ed-461f-a255-6741f78bfcf9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.540 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69496aeb
13:40:49.540 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:49.540 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.542 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:49.570 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5b8a50c3-71c8-434a-8c41-5c15aa37f878","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.571 [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@76fe2bef
13:40:49.571 [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
13:40:49.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:49.573 [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
13:40:49.573 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5b8a50c3-71c8-434a-8c41-5c15aa37f878","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.574 [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@6abedfc2
13:40:49.574 [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
13:40:49.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:49.575 [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
13:40:49.576 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|189649d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|189649d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a4fa377-0798-4bad-8fbe-bdc81416836e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:49.661 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.663 [ForkJoinPool-1-worker-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@a915152
13:40:49.663 [ForkJoinPool-1-worker-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
13:40:49.663 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.665 [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
13:40:49.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.666 [ForkJoinPool-1-worker-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@16237dbc
13:40:49.666 [ForkJoinPool-1-worker-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
13:40:49.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.668 [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
13:40:49.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:49.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.669 [ForkJoinPool-1-worker-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@3802bf92
13:40:49.669 [ForkJoinPool-1-worker-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
13:40:49.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.671 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6c66ebbf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6c66ebbf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a4fa377-0798-4bad-8fbe-bdc81416836e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:49.672 [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
13:40:49.672 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:49.673 [ForkJoinPool-1-worker-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@77ac87e9
13:40:49.673 [ForkJoinPool-1-worker-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
13:40:49.673 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:49.676 [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
13:40:49.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:50.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/c9ff975e-78d6-4071-9e99-291fe392b2ae","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.033 [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@33c5d30a
13:40:50.035 [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
13:40:50.035 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.038 [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
13:40:50.039 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9ff975e-78d6-4071-9e99-291fe392b2ae","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.040 [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@4c1efd7
13:40:50.040 [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
13:40:50.040 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.042 [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
13:40:50.043 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|fd9cee, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|fd9cee, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.095 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d34b2d0-9c2e-44c1-9abd-7c0a45097263","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.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@5f3c6dc6
13:40:50.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.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
13:40:50.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/0d34b2d0-9c2e-44c1-9abd-7c0a45097263","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.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@5cb8c753
13:40:50.154 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.154 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.157 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:50.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d34b2d0-9c2e-44c1-9abd-7c0a45097263","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22cedf49
13:40:50.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.163 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|50c667c5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|50c667c5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.163 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.164 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d34b2d0-9c2e-44c1-9abd-7c0a45097263","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.165 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@742c89c2
13:40:50.165 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.165 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.169 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.353 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|72d6006d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|72d6006d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9ff975e-78d6-4071-9e99-291fe392b2ae, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.463 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|2476582a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|2476582a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c9ff975e-78d6-4071-9e99-291fe392b2ae, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.620 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe8aa2f5-a3a1-4235-80b6-f53c798d2bf1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.635 [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@7c8d699e
13:40:50.635 [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
13:40:50.635 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.637 [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
13:40:50.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/fe8aa2f5-a3a1-4235-80b6-f53c798d2bf1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.638 [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@5704f8c3
13:40:50.638 [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
13:40:50.638 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.640 [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
13:40:50.678 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bfc01e2-1467-4d15-95ee-5349bbc14c15","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25973720
13:40:50.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.680 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.683 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.683 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bfc01e2-1467-4d15-95ee-5349bbc14c15","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.684 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73eedf2a
13:40:50.684 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.684 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.686 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.687 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:50.687 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bfc01e2-1467-4d15-95ee-5349bbc14c15","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.688 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5779f3fb
13:40:50.689 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.689 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bfc01e2-1467-4d15-95ee-5349bbc14c15","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a8d7bc7
13:40:50.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.773 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|e6f084a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|e6f084a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe8aa2f5-a3a1-4235-80b6-f53c798d2bf1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.887 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fed06f79-55a7-48c1-ba5e-b5e77bfedf38","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.888 [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@8e1df56
13:40:50.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
13:40:50.889 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.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
13:40:50.891 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fed06f79-55a7-48c1-ba5e-b5e77bfedf38","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.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@79123e9f
13:40:50.892 [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
13:40:50.892 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:50.893 [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
13:40:50.940 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|498bff5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|498bff5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cf807123-bd4b-41cb-b5d0-9be4b8e44651, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:50.973 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b08caa5-c343-4e69-a4ac-ca1141426b71","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.974 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31d3bcd6
13:40:50.974 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.974 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.979 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:50.979 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b08caa5-c343-4e69-a4ac-ca1141426b71","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.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@756d9008
13:40:50.981 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.981 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:50.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
13:40:50.984 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:50.984 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b08caa5-c343-4e69-a4ac-ca1141426b71","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:50.985 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c093aa4
13:40:50.985 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:50.985 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.003 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/09e9ea9d-c594-46f6-a531-937254851618","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.033 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.033 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b08caa5-c343-4e69-a4ac-ca1141426b71","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.034 [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@7951f705
13:40:51.034 [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
13:40:51.034 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@642f54a8
13:40:51.034 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.034 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.034 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.036 [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
13:40:51.036 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.036 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/09e9ea9d-c594-46f6-a531-937254851618","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.037 [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@7f8630db
13:40:51.037 [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
13:40:51.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.038 [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
13:40:51.071 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3d51d5a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3d51d5a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fed06f79-55a7-48c1-ba5e-b5e77bfedf38, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.087 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.133 [ForkJoinPool-1-worker-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@213e4c6f
13:40:51.133 [ForkJoinPool-1-worker-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
13:40:51.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.135 [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
13:40:51.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.136 [ForkJoinPool-1-worker-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@500c1e47
13:40:51.137 [ForkJoinPool-1-worker-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
13:40:51.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.139 [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
13:40:51.140 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:51.140 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.141 [ForkJoinPool-1-worker-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@24d0fa16
13:40:51.141 [ForkJoinPool-1-worker-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
13:40:51.141 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.143 [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
13:40:51.143 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.144 [ForkJoinPool-1-worker-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@286e9172
13:40:51.144 [ForkJoinPool-1-worker-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
13:40:51.144 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.146 [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
13:40:51.147 [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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.614 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
13:40:51.204 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11365c3f-e1c5-40d5-ae73-d11c9f73860e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.234 [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@771d495
13:40:51.234 [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
13:40:51.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.236 [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
13:40:51.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11365c3f-e1c5-40d5-ae73-d11c9f73860e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.237 [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@4f95cbba
13:40:51.237 [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
13:40:51.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.238 [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
13:40:51.298 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54aaaef9
13:40:51.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@643eb643
13:40:51.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.340 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.341 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:51.341 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.341 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@674fc91d
13:40:51.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.342 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.346 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d0fed19
13:40:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.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 -> 2tg692aewrhd3fur6woq|22286220, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|22286220, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.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 -> 2tg692aewrhd3fur6woq|5ded2f8c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5ded2f8c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11365c3f-e1c5-40d5-ae73-d11c9f73860e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.581 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|db3469c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|db3469c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.583 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|478251c9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|478251c9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.686 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|1cf46417, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1cf46417, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9438063-4fe6-47d6-afe1-fd9203ae6022, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.749 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|527b60d4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|527b60d4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7487538-bffe-452d-84f3-ba347d638a1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:51.762 [vert.x-eventloop-thread-0] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:51.932 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ddfb3c-b393-4b20-ae17-69ee2e30824a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.935 [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@6d36cf1c
13:40:51.935 [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
13:40:51.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.938 [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
13:40:51.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/17ddfb3c-b393-4b20-ae17-69ee2e30824a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@564e5c0e
13:40:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
13:40:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:51.942 [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
13:40:51.987 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:51.989 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f03aa3e
13:40:51.989 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:51.989 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:51.991 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:51.991 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.035 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b932110
13:40:52.035 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.036 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.040 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.041 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:52.041 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.043 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@484a097f
13:40:52.043 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.043 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.046 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.046 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d9b509e
13:40:52.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.052 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.151 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ea8bb895-d9d4-4812-9eb5-5d438baf3e85","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.154 [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@311d6bf2
13:40:52.154 [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
13:40:52.154 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:52.157 [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
13:40:52.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/ea8bb895-d9d4-4812-9eb5-5d438baf3e85","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.158 [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@6a0c458b
13:40:52.158 [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
13:40:52.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:52.159 [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
13:40:52.167 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6b2264, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6b2264, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/17ddfb3c-b393-4b20-ae17-69ee2e30824a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:52.203 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.235 [ForkJoinPool-1-worker-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@6203fca6
13:40:52.235 [ForkJoinPool-1-worker-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
13:40:52.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.241 [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
13:40:52.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.242 [ForkJoinPool-1-worker-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@2585df7b
13:40:52.242 [ForkJoinPool-1-worker-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
13:40:52.242 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.244 [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
13:40:52.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:52.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d26db01
13:40:52.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.251 [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
13:40:52.251 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.267 [ForkJoinPool-1-worker-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@70ea0d9f
13:40:52.267 [ForkJoinPool-1-worker-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
13:40:52.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.269 [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
13:40:52.270 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:52.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 -> 2tg692aewrhd3fur6woq|66a3ed42, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|66a3ed42, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:52.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 -> 2tg692aewrhd3fur6woq|165b679a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|165b679a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/185ee7ae-6676-4978-ae37-5f186849c45a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
13:40:52.597 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bfa83971-aa7c-4135-8124-54711f67d6a9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.599 [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@6b5cdba9
13:40:52.599 [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
13:40:52.599 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:52.600 [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
13:40:52.600 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bfa83971-aa7c-4135-8124-54711f67d6a9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.601 [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@2fdea17d
13:40:52.601 [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
13:40:52.601 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:52.602 [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
13:40:52.641 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:52.663 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|5720317e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5720317e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:52.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b8a6363-8d22-45e2-8576-5f6c4a7970cc","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.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@2b025997
13:40:52.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
13:40:52.672 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.744 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.745 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b8a6363-8d22-45e2-8576-5f6c4a7970cc","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.746 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@380b070b
13:40:52.746 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.746 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:52.749 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b8a6363-8d22-45e2-8576-5f6c4a7970cc","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@673f1bc7
13:40:52.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:52.751 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.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
13:40:52.753 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b8a6363-8d22-45e2-8576-5f6c4a7970cc","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:52.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@19426cad
13:40:52.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
13:40:52.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:52.757 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:52.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 -> 2tg692aewrhd3fur6woq|5fe89dfa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5fe89dfa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6161d3de-80e0-4a8b-ace6-4b37eb6e27f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:52.877 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7cfe406f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7cfe406f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bfa83971-aa7c-4135-8124-54711f67d6a9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:53.298 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7127cb85-4e00-4138-b5c7-d8b7ae3284d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.300 [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@5628fc8c
13:40:53.300 [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
13:40:53.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:53.301 [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
13:40:53.302 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7127cb85-4e00-4138-b5c7-d8b7ae3284d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.302 [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@6eca903
13:40:53.302 [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
13:40:53.302 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:53.303 [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
13:40:53.703 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd7ba024-c080-474f-bf2e-20cfef6367e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.705 [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@4ae7f220
13:40:53.705 [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
13:40:53.705 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:53.707 [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
13:40:53.707 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd7ba024-c080-474f-bf2e-20cfef6367e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.708 [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@41c861a5
13:40:53.708 [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
13:40:53.708 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:53.709 [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
13:40:53.720 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76711083-83a2-4a8e-9468-594a7b8306e5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.722 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59aa4d6
13:40:53.722 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:53.722 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.725 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:53.725 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76711083-83a2-4a8e-9468-594a7b8306e5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.726 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9c04ec3
13:40:53.726 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:53.726 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.729 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:53.729 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:53.729 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76711083-83a2-4a8e-9468-594a7b8306e5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.731 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48888352
13:40:53.731 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:53.731 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:53.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76711083-83a2-4a8e-9468-594a7b8306e5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e9b0f7e
13:40:53.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:53.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:53.754 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.755 [ForkJoinPool-1-worker-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@159aa5c3
13:40:53.755 [ForkJoinPool-1-worker-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
13:40:53.755 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.757 [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
13:40:53.757 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.758 [ForkJoinPool-1-worker-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@7aa76c9e
13:40:53.758 [ForkJoinPool-1-worker-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
13:40:53.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.760 [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
13:40:53.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:53.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.782 [ForkJoinPool-1-worker-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@6a557b51
13:40:53.785 [ForkJoinPool-1-worker-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
13:40:53.785 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.833 [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
13:40:53.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:53.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3db3d51d
13:40:53.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:53.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:53.836 [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
13:40:53.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 -> 2tg692aewrhd3fur6woq|3133f044, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3133f044, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7127cb85-4e00-4138-b5c7-d8b7ae3284d2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:53.876 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7b1447e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7b1447e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:53.947 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3be5704a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3be5704a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7127cb85-4e00-4138-b5c7-d8b7ae3284d2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:53.977 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3bf5f1c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3bf5f1c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08fdd3-85e7-4509-a3f9-2a847e4e5a9c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:54.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b95eab2-5390-4926-a990-55de2dc789c1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.072 [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@75c4c11e
13:40:54.072 [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
13:40:54.072 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.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
13:40:54.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/0b95eab2-5390-4926-a990-55de2dc789c1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.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@2bba7310
13:40:54.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
13:40:54.075 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.077 [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
13:40:54.104 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc8cc132-cff1-4007-8d58-12701e2a128f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.133 [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@628db4b0
13:40:54.133 [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
13:40:54.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.135 [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
13:40:54.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc8cc132-cff1-4007-8d58-12701e2a128f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.135 [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@22b916ff
13:40:54.136 [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
13:40:54.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.150 [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
13:40:54.187 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/84d44d4c-90d6-4deb-90f4-616075ceb3eb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.189 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29144146
13:40:54.189 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.189 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.195 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.233 [ForkJoinPool-1-worker-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@32d66b13
13:40:54.233 [ForkJoinPool-1-worker-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
13:40:54.233 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/84d44d4c-90d6-4deb-90f4-616075ceb3eb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.234 [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
13:40:54.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2209d445
13:40:54.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.235 [ForkJoinPool-1-worker-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@28e69f97
13:40:54.235 [ForkJoinPool-1-worker-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
13:40:54.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:54.236 [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
13:40:54.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/84d44d4c-90d6-4deb-90f4-616075ceb3eb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:54.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@716230cc
13:40:54.237 [ForkJoinPool-1-worker-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@6b68e40e
13:40:54.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.237 [ForkJoinPool-1-worker-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
13:40:54.238 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.239 [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
13:40:54.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/84d44d4c-90d6-4deb-90f4-616075ceb3eb","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.240 [ForkJoinPool-1-worker-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@a51c5ce
13:40:54.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20e72b51
13:40:54.240 [ForkJoinPool-1-worker-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
13:40:54.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.241 [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
13:40:54.241 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.277 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7863ad14, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7863ad14, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:54.278 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|1a93c0c0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1a93c0c0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b95eab2-5390-4926-a990-55de2dc789c1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:54.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b6789e3-f6a7-4cde-bab9-74785ef5c0e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.480 [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@1e3a93ce
13:40:54.480 [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
13:40:54.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.482 [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
13:40:54.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b6789e3-f6a7-4cde-bab9-74785ef5c0e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.483 [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@12aee997
13:40:54.483 [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
13:40:54.483 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.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
13:40:54.579 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4bd132d0-dc0d-45ff-9c7e-c1e66e125302","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.580 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@117202e5
13:40:54.581 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.581 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.582 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.582 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4bd132d0-dc0d-45ff-9c7e-c1e66e125302","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.583 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@738dd642
13:40:54.583 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.583 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:54.585 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4bd132d0-dc0d-45ff-9c7e-c1e66e125302","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.585 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dd33762
13:40:54.585 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.585 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4bd132d0-dc0d-45ff-9c7e-c1e66e125302","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@523db404
13:40:54.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.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 -> 2tg692aewrhd3fur6woq|366391e2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|366391e2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b6789e3-f6a7-4cde-bab9-74785ef5c0e7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:54.779 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19069d83-bcc0-4a85-920c-92d09a986b4f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.780 [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@54d30b9d
13:40:54.780 [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
13:40:54.780 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.782 [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
13:40:54.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19069d83-bcc0-4a85-920c-92d09a986b4f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.836 [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@a30c9c5
13:40:54.836 [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
13:40:54.836 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:54.838 [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
13:40:54.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/fc3d48c3-9580-4f01-bc4b-d3245bc0fb14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6010405f
13:40:54.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fc3d48c3-9580-4f01-bc4b-d3245bc0fb14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@214de7e9
13:40:54.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.887 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.888 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:54.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/fc3d48c3-9580-4f01-bc4b-d3245bc0fb14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.888 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@238c3c72
13:40:54.888 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.888 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.933 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.934 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fc3d48c3-9580-4f01-bc4b-d3245bc0fb14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:54.934 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@470f1222
13:40:54.934 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:54.934 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:54.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:54.966 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|65668792, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|65668792, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19069d83-bcc0-4a85-920c-92d09a986b4f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.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 -> 2tg692aewrhd3fur6woq|40adf3b3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|40adf3b3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/74b8cd08-de3a-441e-8b18-b92485bb1f80","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.134 [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@437c9e5f
13:40:55.134 [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
13:40:55.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.135 [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
13:40:55.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/74b8cd08-de3a-441e-8b18-b92485bb1f80","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.136 [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@3ce02631
13:40:55.137 [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
13:40:55.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.138 [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
13:40:55.157 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|4fe1f37d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|4fe1f37d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c373e3-8a39-4b88-83aa-39e555c0d439, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.171 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a31a106d-8c4f-4f67-98b2-a887ad72235d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.173 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d1cc0ea
13:40:55.173 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.173 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.174 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.175 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a31a106d-8c4f-4f67-98b2-a887ad72235d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.175 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1daeb340
13:40:55.175 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.175 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.249 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:55.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/a31a106d-8c4f-4f67-98b2-a887ad72235d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e579152
13:40:55.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.251 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.252 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.252 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a31a106d-8c4f-4f67-98b2-a887ad72235d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.253 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e88dcea
13:40:55.253 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.253 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.254 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.279 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1646e257-eaff-43d4-925d-6aac8ea6acd4","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.280 [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@469f657a
13:40:55.280 [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
13:40:55.281 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.282 [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
13:40:55.282 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1646e257-eaff-43d4-925d-6aac8ea6acd4","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.340 [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@3903d16b
13:40:55.340 [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
13:40:55.340 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.342 [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
13:40:55.342 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|59afde70, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|59afde70, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/74b8cd08-de3a-441e-8b18-b92485bb1f80, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.437 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.439 [ForkJoinPool-1-worker-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@1f6655f7
13:40:55.439 [ForkJoinPool-1-worker-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
13:40:55.439 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.441 [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
13:40:55.441 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.442 [ForkJoinPool-1-worker-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@72bfaee9
13:40:55.442 [ForkJoinPool-1-worker-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
13:40:55.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.443 [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
13:40:55.444 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:55.444 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.460 [ForkJoinPool-1-worker-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@34b36279
13:40:55.460 [ForkJoinPool-1-worker-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
13:40:55.460 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.462 [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
13:40:55.462 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.463 [ForkJoinPool-1-worker-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@6633e3ab
13:40:55.463 [ForkJoinPool-1-worker-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
13:40:55.463 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.464 [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
13:40:55.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:55.471 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b32017cd-7575-45c0-b83a-f4d1a80b4de8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.473 [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@4ac1b9dd
13:40:55.473 [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
13:40:55.473 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.475 [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
13:40:55.475 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b32017cd-7575-45c0-b83a-f4d1a80b4de8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.476 [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@6430c4cc
13:40:55.476 [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
13:40:55.476 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.535 [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
13:40:55.580 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce76c48a-4206-4742-b61b-889f3e48a410","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.581 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58d801d3
13:40:55.581 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.582 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.583 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce76c48a-4206-4742-b61b-889f3e48a410","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51deb4e2
13:40:55.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:55.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce76c48a-4206-4742-b61b-889f3e48a410","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1012f35f
13:40:55.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.589 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.633 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce76c48a-4206-4742-b61b-889f3e48a410","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.634 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a64e387
13:40:55.634 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.634 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.636 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.671 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|60f83695, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|60f83695, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b32017cd-7575-45c0-b83a-f4d1a80b4de8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.778 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|1f9bdcc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1f9bdcc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.788 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/710dc2c9-0b75-4a9d-97d0-9ebcfcd2b3bd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.792 [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@611d2dbb
13:40:55.792 [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
13:40:55.792 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.794 [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
13:40:55.794 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/710dc2c9-0b75-4a9d-97d0-9ebcfcd2b3bd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.795 [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@45d63515
13:40:55.795 [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
13:40:55.795 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:55.834 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
13:40:55.867 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|273c8ffe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|273c8ffe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.879 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/40a652d1-71e1-4706-ad7d-df88887c6075","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ab2b428
13:40:55.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.881 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.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/40a652d1-71e1-4706-ad7d-df88887c6075","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9d8a699
13:40:55.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.883 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:55.884 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/40a652d1-71e1-4706-ad7d-df88887c6075","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b7d9753
13:40:55.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.885 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.934 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.935 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/40a652d1-71e1-4706-ad7d-df88887c6075","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:55.936 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ee4ec77
13:40:55.936 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:55.936 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:55.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:55.942 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|759fd575, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|759fd575, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef7eea3-54be-430a-b61b-11f4706766e7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:55.971 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|584b017d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|584b017d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/710dc2c9-0b75-4a9d-97d0-9ebcfcd2b3bd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.105 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/37db8d68-ef3d-4892-b1af-8ff3459652f3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.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/0e3ee1da-fa6c-4c07-8bff-fc8bfadea387","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.114 [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@4c367391
13:40:56.114 [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
13:40:56.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.133 [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@4d095734
13:40:56.133 [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
13:40:56.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.134 [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
13:40:56.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e3ee1da-fa6c-4c07-8bff-fc8bfadea387","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.134 [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
13:40:56.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/37db8d68-ef3d-4892-b1af-8ff3459652f3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.134 [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@6bea5b11
13:40:56.134 [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
13:40:56.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.134 [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@3d81b5a6
13:40:56.135 [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
13:40:56.135 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.135 [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
13:40:56.135 [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
13:40:56.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/9f148a9f-8eaf-4093-bf8b-5813c704baf7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.190 [ForkJoinPool-1-worker-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@2e1b6ad7
13:40:56.190 [ForkJoinPool-1-worker-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
13:40:56.190 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.196 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3fd8bd9d-14b4-4b7c-8ae8-065a6a36b14a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.197 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@989b979
13:40:56.233 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.233 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.233 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3fd8bd9d-14b4-4b7c-8ae8-065a6a36b14a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.234 [ForkJoinPool-1-worker-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@72096fc4
13:40:56.235 [ForkJoinPool-1-worker-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
13:40:56.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34a7dd
13:40:56.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.236 [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
13:40:56.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:56.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:56.237 [ForkJoinPool-1-worker-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@30561916
13:40:56.237 [ForkJoinPool-1-worker-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
13:40:56.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3fd8bd9d-14b4-4b7c-8ae8-065a6a36b14a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ef92e78
13:40:56.237 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.238 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.238 [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
13:40:56.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.239 [ForkJoinPool-1-worker-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@1cff5e48
13:40:56.239 [ForkJoinPool-1-worker-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
13:40:56.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3fd8bd9d-14b4-4b7c-8ae8-065a6a36b14a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36767cbf
13:40:56.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.240 [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
13:40:56.240 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:56.351 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|505a4e46, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|505a4e46, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/37db8d68-ef3d-4892-b1af-8ff3459652f3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3954f3f1-6671-49f9-9f89-b6b2e6a9a8f9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.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@8425395
13:40:56.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
13:40:56.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.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
13:40:56.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/3954f3f1-6671-49f9-9f89-b6b2e6a9a8f9","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.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@4f459e0e
13:40:56.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
13:40:56.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.485 [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
13:40:56.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/4186e221-e934-450d-b9d2-9def663ebf74","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.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@1d874b6
13:40:56.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.h2.sql.yaml, input: null
13:40:56.573 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.574 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.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/4186e221-e934-450d-b9d2-9def663ebf74","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36228f4a
13:40:56.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.576 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.576 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:56.576 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4186e221-e934-450d-b9d2-9def663ebf74","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.577 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44e1eebe
13:40:56.577 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.577 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.578 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.578 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4186e221-e934-450d-b9d2-9def663ebf74","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.578 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5edcf0ea
13:40:56.578 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.579 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.579 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.667 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|4d5f2ddd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|4d5f2ddd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3954f3f1-6671-49f9-9f89-b6b2e6a9a8f9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.668 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|611f1d55, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|611f1d55, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.850 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|58c0232c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|58c0232c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fb09dd5-b727-43dc-bddf-e5aa6694d194","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.864 [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@2c676560
13:40:56.864 [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
13:40:56.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.865 [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
13:40:56.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fb09dd5-b727-43dc-bddf-e5aa6694d194","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.866 [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@126297fa
13:40:56.866 [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
13:40:56.866 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:56.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
13:40:56.960 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|653a5f6f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|653a5f6f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f148a9f-8eaf-4093-bf8b-5813c704baf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:56.963 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b8478f61-a5c5-4c05-8e08-c612bcc13ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.964 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f35597b
13:40:56.964 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.964 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.965 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.965 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b8478f61-a5c5-4c05-8e08-c612bcc13ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.966 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@618fe302
13:40:56.966 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.966 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.967 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.967 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:56.968 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b8478f61-a5c5-4c05-8e08-c612bcc13ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.968 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@339e5e91
13:40:56.968 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.968 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.969 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:56.969 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b8478f61-a5c5-4c05-8e08-c612bcc13ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:56.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38e2e95d
13:40:56.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:56.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:56.971 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.082 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|635ba873, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|635ba873, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fb09dd5-b727-43dc-bddf-e5aa6694d194, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/894a1c9f-6172-4501-9bcd-fc050560c9ff","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.135 [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@501b2cb4
13:40:57.135 [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
13:40:57.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.137 [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
13:40:57.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/894a1c9f-6172-4501-9bcd-fc050560c9ff","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.137 [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@72a65240
13:40:57.137 [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
13:40:57.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.138 [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
13:40:57.173 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|61c6fa41, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|61c6fa41, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fb09dd5-b727-43dc-bddf-e5aa6694d194, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.252 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2a2220c3-d161-4bf7-8862-aeb911178aea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.255 [ForkJoinPool-1-worker-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@1959cba1
13:40:57.255 [ForkJoinPool-1-worker-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
13:40:57.255 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.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
13:40:57.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/2a2220c3-d161-4bf7-8862-aeb911178aea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.259 [ForkJoinPool-1-worker-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@54a3b488
13:40:57.259 [ForkJoinPool-1-worker-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
13:40:57.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.261 [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
13:40:57.261 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:57.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/2a2220c3-d161-4bf7-8862-aeb911178aea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.262 [ForkJoinPool-1-worker-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@436cfa4
13:40:57.262 [ForkJoinPool-1-worker-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
13:40:57.262 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.263 [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
13:40:57.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/2a2220c3-d161-4bf7-8862-aeb911178aea","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.265 [ForkJoinPool-1-worker-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@17e420c1
13:40:57.265 [ForkJoinPool-1-worker-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
13:40:57.265 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.266 [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
13:40:57.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:57.296 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0046478-ed91-4c1c-b2f7-be62a3db1a9a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.334 [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@41791f5a
13:40:57.334 [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
13:40:57.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.335 [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
13:40:57.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0046478-ed91-4c1c-b2f7-be62a3db1a9a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.336 [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@17d2f2eb
13:40:57.337 [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
13:40:57.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.337 [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
13:40:57.380 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08ce12-2223-437a-a854-f2678fac4069","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.381 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c64f8b4
13:40:57.381 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.381 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08ce12-2223-437a-a854-f2678fac4069","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9d29408
13:40:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.383 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.384 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08ce12-2223-437a-a854-f2678fac4069","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70218118
13:40:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.385 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.386 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.386 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba08ce12-2223-437a-a854-f2678fac4069","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.387 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18c85422
13:40:57.387 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.387 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.388 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.451 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7847e63f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7847e63f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0046478-ed91-4c1c-b2f7-be62a3db1a9a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.560 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6089ad70, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6089ad70, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2a2220c3-d161-4bf7-8862-aeb911178aea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.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/5fb7cee0-3ad3-4570-99f9-958a2063a43d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.573 [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@23356838
13:40:57.573 [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
13:40:57.573 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.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
13:40:57.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/5fb7cee0-3ad3-4570-99f9-958a2063a43d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.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@7babaae2
13:40:57.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
13:40:57.575 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:57.575 [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
13:40:57.678 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|10816101, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|10816101, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2a2220c3-d161-4bf7-8862-aeb911178aea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5282632d-4977-4bfa-925e-334ea6acf622","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b2b0ae7
13:40:57.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5282632d-4977-4bfa-925e-334ea6acf622","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61a39391
13:40:57.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:57.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5282632d-4977-4bfa-925e-334ea6acf622","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77bb8bc8
13:40:57.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5282632d-4977-4bfa-925e-334ea6acf622","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:57.742 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d08024a
13:40:57.742 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:57.742 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:57.743 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:57.758 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|60d5f57f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|60d5f57f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2a2220c3-d161-4bf7-8862-aeb911178aea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.773 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7afc46c1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7afc46c1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5fb7cee0-3ad3-4570-99f9-958a2063a43d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:57.950 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6a013d71, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6a013d71, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5fb7cee0-3ad3-4570-99f9-958a2063a43d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.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/3abfb9e2-7444-40ec-ad07-bdd40a31afef","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.030 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a508b90-80c4-44a5-99a3-8b75f910907e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.033 [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@3816ccef
13:40:58.033 [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@68759730
13:40:58.033 [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
13:40:58.033 [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
13:40:58.034 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.033 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.055 [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
13:40:58.055 [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
13:40:58.055 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a508b90-80c4-44a5-99a3-8b75f910907e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.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/3abfb9e2-7444-40ec-ad07-bdd40a31afef","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.056 [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@14846a72
13:40:58.056 [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
13:40:58.056 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d59277c
13:40:58.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.ManagementStore, name: base.h2.sql.yaml, input: null
13:40:58.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.057 [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
13:40:58.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
13:40:58.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/109b76ac-5ee6-484c-9e0c-ac5494c01849","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@747821ef
13:40:58.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.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
13:40:58.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/109b76ac-5ee6-484c-9e0c-ac5494c01849","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72e5fd52
13:40:58.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.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
13:40:58.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:58.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/109b76ac-5ee6-484c-9e0c-ac5494c01849","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@618b9caf
13:40:58.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.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/c71206e8-f99e-44a0-b565-8b035fd38b10","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.146 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.146 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/109b76ac-5ee6-484c-9e0c-ac5494c01849","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.146 [ForkJoinPool-1-worker-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@1e24fedc
13:40:58.147 [ForkJoinPool-1-worker-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
13:40:58.147 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3de3e09
13:40:58.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.147 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.148 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.149 [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
13:40:58.149 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.150 [ForkJoinPool-1-worker-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@3cf4710e
13:40:58.150 [ForkJoinPool-1-worker-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
13:40:58.150 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.153 [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
13:40:58.153 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:58.153 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.154 [ForkJoinPool-1-worker-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@1df157ca
13:40:58.154 [ForkJoinPool-1-worker-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
13:40:58.154 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.156 [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
13:40:58.156 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.157 [ForkJoinPool-1-worker-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@7b2efdff
13:40:58.157 [ForkJoinPool-1-worker-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
13:40:58.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.158 [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
13:40:58.159 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:58.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 -> 2tg692aewrhd3fur6woq|2e6393b3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|2e6393b3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a508b90-80c4-44a5-99a3-8b75f910907e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.420 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|2ae7e09b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|2ae7e09b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.485 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7bea9612, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7bea9612, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.553 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6c416721, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6c416721, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71206e8-f99e-44a0-b565-8b035fd38b10, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.721 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6031ba69-2b67-4b0a-b1b2-1335ee8fdb6d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.722 [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@3f82ba6
13:40:58.723 [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
13:40:58.723 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.724 [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
13:40:58.724 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6031ba69-2b67-4b0a-b1b2-1335ee8fdb6d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.725 [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@7c77492c
13:40:58.725 [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
13:40:58.725 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.726 [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
13:40:58.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fa2b0c2-5d3c-4b32-8f7a-a8aa5c74d968","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.734 [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@61b2b6b1
13:40:58.734 [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
13:40:58.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.735 [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
13:40:58.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6fa2b0c2-5d3c-4b32-8f7a-a8aa5c74d968","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.736 [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@17e401b7
13:40:58.736 [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
13:40:58.736 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.737 [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
13:40:58.779 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/656639da-f1f7-4799-805e-7e20c5069259","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.781 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72228907
13:40:58.781 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.781 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.783 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.783 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/656639da-f1f7-4799-805e-7e20c5069259","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.783 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b100f10
13:40:58.784 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.784 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.785 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.786 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:58.786 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/656639da-f1f7-4799-805e-7e20c5069259","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.787 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ab061e3
13:40:58.787 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.787 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.788 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.789 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/656639da-f1f7-4799-805e-7e20c5069259","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.789 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d9419c3
13:40:58.789 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:58.789 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.789 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.790 [ForkJoinPool-1-worker-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@77aca954
13:40:58.790 [ForkJoinPool-1-worker-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
13:40:58.790 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.791 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:58.792 [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
13:40:58.792 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.793 [ForkJoinPool-1-worker-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@37e9184b
13:40:58.793 [ForkJoinPool-1-worker-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
13:40:58.793 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.795 [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
13:40:58.795 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:58.795 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.796 [ForkJoinPool-1-worker-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@19f50b8b
13:40:58.796 [ForkJoinPool-1-worker-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
13:40:58.796 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.797 [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
13:40:58.797 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.798 [ForkJoinPool-1-worker-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@61446e97
13:40:58.798 [ForkJoinPool-1-worker-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
13:40:58.798 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:58.799 [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
13:40:58.854 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3337ba48, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3337ba48, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6031ba69-2b67-4b0a-b1b2-1335ee8fdb6d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.872 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3837648b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3837648b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.974 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|f13db91, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|f13db91, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:58.988 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12d5d9c8-8d82-4daa-b0fc-262b57bc9812","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.990 [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@485b254
13:40:58.990 [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
13:40:58.990 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.991 [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
13:40:58.991 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12d5d9c8-8d82-4daa-b0fc-262b57bc9812","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:58.992 [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@2f3761d4
13:40:58.992 [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
13:40:58.992 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:58.992 [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
13:40:59.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 -> 2tg692aewrhd3fur6woq|1c22f42b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1c22f42b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f275ff05-0f98-4d1a-b761-a36ffbb043c5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.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/c66c7d10-bfb8-4ed1-9b75-8aa4f71043d1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.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@2475dbcf
13:40:59.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
13:40:59.065 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.066 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.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/c66c7d10-bfb8-4ed1-9b75-8aa4f71043d1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@606d9a26
13:40:59.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.067 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.068 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.068 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c66c7d10-bfb8-4ed1-9b75-8aa4f71043d1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.068 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f10a13f
13:40:59.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c66c7d10-bfb8-4ed1-9b75-8aa4f71043d1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35f23d5a
13:40:59.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.071 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
13:40:59.137 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|8748c16, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|8748c16, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12d5d9c8-8d82-4daa-b0fc-262b57bc9812, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.164 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb7c05be-c04e-45cd-ad85-89a36924731c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.165 [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@4834d7b0
13:40:59.165 [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
13:40:59.165 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.166 [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
13:40:59.166 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb7c05be-c04e-45cd-ad85-89a36924731c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.166 [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@446d9256
13:40:59.166 [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
13:40:59.166 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.167 [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
13:40:59.170 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|77e1ffa5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|77e1ffa5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/12d5d9c8-8d82-4daa-b0fc-262b57bc9812, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.230 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32afc5df-0902-4e52-b0db-d7a7e7d22e3e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.233 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/509c82c4-188c-4b1e-a414-02254a7b4c45","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.233 [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@1877d054
13:40:59.234 [ForkJoinPool-1-worker-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@4fd9c8db
13:40:59.234 [ForkJoinPool-1-worker-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
13:40:59.234 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.234 [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
13:40:59.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.235 [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
13:40:59.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32afc5df-0902-4e52-b0db-d7a7e7d22e3e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.236 [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@35e15340
13:40:59.236 [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
13:40:59.236 [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
13:40:59.236 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.236 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/509c82c4-188c-4b1e-a414-02254a7b4c45","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.236 [ForkJoinPool-1-worker-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@717b0722
13:40:59.236 [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
13:40:59.236 [ForkJoinPool-1-worker-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
13:40:59.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.239 [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
13:40:59.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/509c82c4-188c-4b1e-a414-02254a7b4c45","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.240 [ForkJoinPool-1-worker-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@37c1aa8e
13:40:59.240 [ForkJoinPool-1-worker-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
13:40:59.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.242 [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
13:40:59.242 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/509c82c4-188c-4b1e-a414-02254a7b4c45","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.243 [ForkJoinPool-1-worker-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@13dafdc
13:40:59.243 [ForkJoinPool-1-worker-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
13:40:59.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.245 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.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/469dca44-e33d-40e2-bc27-69d8f90ce683","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.333 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ad85a2e
13:40:59.333 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.333 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.334 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/469dca44-e33d-40e2-bc27-69d8f90ce683","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17e74c31
13:40:59.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.335 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.336 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/469dca44-e33d-40e2-bc27-69d8f90ce683","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@96ca8eb
13:40:59.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.338 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/469dca44-e33d-40e2-bc27-69d8f90ce683","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.339 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@140c8979
13:40:59.339 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.339 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.340 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.341 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|4240963d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|4240963d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/509c82c4-188c-4b1e-a414-02254a7b4c45, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.376 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|2ba02f0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|2ba02f0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32afc5df-0902-4e52-b0db-d7a7e7d22e3e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.439 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c24525-3bee-44ab-a734-348410b7c42e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.440 [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@37b11dfc
13:40:59.440 [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
13:40:59.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.441 [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
13:40:59.441 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/99c24525-3bee-44ab-a734-348410b7c42e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.442 [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@4992bcec
13:40:59.442 [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
13:40:59.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.443 [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
13:40:59.473 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|b723660, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|b723660, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32afc5df-0902-4e52-b0db-d7a7e7d22e3e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.481 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/495d6063-5e3b-4c2a-a30e-221f36129091","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.482 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@149a66c3
13:40:59.482 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.482 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.483 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.484 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/495d6063-5e3b-4c2a-a30e-221f36129091","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.485 [ForkJoinPool-1-worker-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@160fc184
13:40:59.485 [ForkJoinPool-1-worker-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
13:40:59.485 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.486 [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
13:40:59.487 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.487 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/495d6063-5e3b-4c2a-a30e-221f36129091","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.533 [ForkJoinPool-1-worker-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@7230fed6
13:40:59.533 [ForkJoinPool-1-worker-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
13:40:59.533 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/495d6063-5e3b-4c2a-a30e-221f36129091","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.538 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f34cb81
13:40:59.538 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.538 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.541 [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
13:40:59.570 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|34b5783, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|34b5783, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/495d6063-5e3b-4c2a-a30e-221f36129091, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.582 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/945edc78-102f-4488-877f-40ac7dffa43a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.584 [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@4f2e8688
13:40:59.584 [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
13:40:59.584 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.586 [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
13:40:59.586 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/945edc78-102f-4488-877f-40ac7dffa43a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.587 [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@573871ef
13:40:59.587 [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
13:40:59.587 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.634 [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
13:40:59.726 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d5451c8-b2b7-46a2-bc13-6ffc3985c2df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.733 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18b21658
13:40:59.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.734 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.735 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d5451c8-b2b7-46a2-bc13-6ffc3985c2df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5fb8f6b0
13:40:59.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.736 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.737 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d5451c8-b2b7-46a2-bc13-6ffc3985c2df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7235f565
13:40:59.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.738 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d5451c8-b2b7-46a2-bc13-6ffc3985c2df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@735805a9
13:40:59.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.739 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.740 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.861 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f18533e4-e909-49e0-a1c5-f749dc7a0a14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.863 [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@52a8bc9b
13:40:59.863 [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
13:40:59.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.864 [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
13:40:59.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f18533e4-e909-49e0-a1c5-f749dc7a0a14","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.864 [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@6a78640c
13:40:59.865 [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
13:40:59.865 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:40:59.865 [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
13:40:59.870 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|59c323d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|59c323d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/945edc78-102f-4488-877f-40ac7dffa43a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:40:59.905 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b24c9618-8662-4c07-bff1-9b9297070d3d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.935 [ForkJoinPool-1-worker-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@54fcc21f
13:40:59.935 [ForkJoinPool-1-worker-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
13:40:59.935 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.936 [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
13:40:59.936 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b24c9618-8662-4c07-bff1-9b9297070d3d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.937 [ForkJoinPool-1-worker-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@6f2ea236
13:40:59.937 [ForkJoinPool-1-worker-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
13:40:59.937 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.938 [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
13:40:59.938 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:40:59.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/b24c9618-8662-4c07-bff1-9b9297070d3d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.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@426e0074
13:40:59.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.h2.sql.yaml, input: null
13:40:59.939 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:40:59.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b24c9618-8662-4c07-bff1-9b9297070d3d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:40:59.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d5f74d6
13:40:59.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:40:59.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:40:59.942 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
13:40:59.970 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3c95c50c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3c95c50c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b24c9618-8662-4c07-bff1-9b9297070d3d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3039e3b5-fd58-449b-8bad-0820b87ee581","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.065 [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@4f91c61
13:41:00.065 [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
13:41:00.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.067 [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
13:41:00.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3039e3b5-fd58-449b-8bad-0820b87ee581","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.067 [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@47acac2a
13:41:00.067 [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
13:41:00.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.068 [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
13:41:00.106 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c342f21-30cc-404f-9f72-2137ac9405d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.108 [ForkJoinPool-1-worker-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@5ebb9f82
13:41:00.108 [ForkJoinPool-1-worker-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
13:41:00.108 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.109 [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
13:41:00.109 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c342f21-30cc-404f-9f72-2137ac9405d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.110 [ForkJoinPool-1-worker-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@21532f69
13:41:00.110 [ForkJoinPool-1-worker-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
13:41:00.110 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.111 [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
13:41:00.111 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:00.111 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c342f21-30cc-404f-9f72-2137ac9405d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.112 [ForkJoinPool-1-worker-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@4ea79589
13:41:00.112 [ForkJoinPool-1-worker-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
13:41:00.112 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.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
13:41:00.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/5c342f21-30cc-404f-9f72-2137ac9405d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.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@5ee5f06a
13:41:00.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
13:41:00.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.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
13:41:00.137 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|147d268b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|147d268b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c342f21-30cc-404f-9f72-2137ac9405d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.179 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|d0c9d20, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|d0c9d20, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c342f21-30cc-404f-9f72-2137ac9405d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.239 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1823a1ba-80db-4ae2-831e-a1b9d94b709e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.240 [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@76a4548c
13:41:00.240 [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
13:41:00.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.241 [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
13:41:00.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1823a1ba-80db-4ae2-831e-a1b9d94b709e","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.242 [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@433cc764
13:41:00.242 [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
13:41:00.242 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.243 [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
13:41:00.281 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.282 [ForkJoinPool-1-worker-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@3c38ba2d
13:41:00.282 [ForkJoinPool-1-worker-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
13:41:00.282 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.284 [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
13:41:00.284 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.285 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b5e9b61
13:41:00.285 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:00.285 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.286 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:00.286 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:00.286 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.287 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@328f9002
13:41:00.287 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:00.287 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.288 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:00.289 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.289 [ForkJoinPool-1-worker-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@53f4c9e9
13:41:00.289 [ForkJoinPool-1-worker-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
13:41:00.289 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.354 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:00.376 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3e11678e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3e11678e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.467 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|5f59fd46, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5f59fd46, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f2b9ebf-66ef-4ad9-a603-150bd51209d8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.523 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d6f20cdf-e933-416d-9531-4092649f940c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.533 [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@2b521b5f
13:41:00.533 [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
13:41:00.533 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.534 [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
13:41:00.534 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d6f20cdf-e933-416d-9531-4092649f940c","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.535 [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@774c45c9
13:41:00.535 [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
13:41:00.535 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.536 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
13:41:00.589 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0ff27a2-88ba-4174-b751-bb75c34acd0f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.591 [ForkJoinPool-1-worker-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@2c33f0a4
13:41:00.591 [ForkJoinPool-1-worker-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
13:41:00.591 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.593 [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
13:41:00.594 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0ff27a2-88ba-4174-b751-bb75c34acd0f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.594 [ForkJoinPool-1-worker-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@239de2a5
13:41:00.595 [ForkJoinPool-1-worker-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
13:41:00.595 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.596 [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
13:41:00.597 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:00.597 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0ff27a2-88ba-4174-b751-bb75c34acd0f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.598 [ForkJoinPool-1-worker-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@13f33111
13:41:00.598 [ForkJoinPool-1-worker-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
13:41:00.598 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.599 [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
13:41:00.600 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0ff27a2-88ba-4174-b751-bb75c34acd0f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.601 [ForkJoinPool-1-worker-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@425adf66
13:41:00.601 [ForkJoinPool-1-worker-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
13:41:00.601 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.633 [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
13:41:00.682 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|425bb588, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|425bb588, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0ff27a2-88ba-4174-b751-bb75c34acd0f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:00.789 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ac48c32b-f99c-4a72-951e-ef2e84d87d2f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.791 [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@50f65c44
13:41:00.791 [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
13:41:00.791 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.792 [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
13:41:00.793 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ac48c32b-f99c-4a72-951e-ef2e84d87d2f","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.793 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@573401f9
13:41:00.794 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
13:41:00.794 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:00.795 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
13:41:00.873 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb7e9744-c0a6-4bc3-81a4-1b3ee91e000d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.874 [ForkJoinPool-1-worker-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@6b425241
13:41:00.875 [ForkJoinPool-1-worker-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
13:41:00.875 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.877 [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
13:41:00.877 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb7e9744-c0a6-4bc3-81a4-1b3ee91e000d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.878 [ForkJoinPool-1-worker-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@38f7ebee
13:41:00.878 [ForkJoinPool-1-worker-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
13:41:00.878 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.879 [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
13:41:00.880 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:00.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/cb7e9744-c0a6-4bc3-81a4-1b3ee91e000d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.881 [ForkJoinPool-1-worker-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@1ab24c28
13:41:00.881 [ForkJoinPool-1-worker-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
13:41:00.881 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.883 [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
13:41:00.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb7e9744-c0a6-4bc3-81a4-1b3ee91e000d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:00.884 [ForkJoinPool-1-worker-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@36ec3ec
13:41:00.884 [ForkJoinPool-1-worker-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
13:41:00.884 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:00.888 [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
13:41:00.976 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|7b08cc49, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|7b08cc49, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb7e9744-c0a6-4bc3-81a4-1b3ee91e000d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:01.089 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/33582dcf-b536-49e5-bc2b-662783d2c46d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.090 [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@45b519b5
13:41:01.091 [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
13:41:01.091 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.092 [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
13:41:01.092 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/33582dcf-b536-49e5-bc2b-662783d2c46d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.093 [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@699b1cd3
13:41:01.093 [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
13:41:01.093 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.094 [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
13:41:01.131 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef5bf6ee-51fe-44d6-81ae-30db6ba4fb17","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.133 [ForkJoinPool-1-worker-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@607c4733
13:41:01.133 [ForkJoinPool-1-worker-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
13:41:01.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.134 [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
13:41:01.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef5bf6ee-51fe-44d6-81ae-30db6ba4fb17","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.135 [ForkJoinPool-1-worker-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@1bb805d8
13:41:01.135 [ForkJoinPool-1-worker-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
13:41:01.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.136 [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
13:41:01.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:01.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef5bf6ee-51fe-44d6-81ae-30db6ba4fb17","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.137 [ForkJoinPool-1-worker-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@3e91675
13:41:01.137 [ForkJoinPool-1-worker-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
13:41:01.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.138 [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
13:41:01.138 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef5bf6ee-51fe-44d6-81ae-30db6ba4fb17","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.139 [ForkJoinPool-1-worker-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@61cc6ae5
13:41:01.139 [ForkJoinPool-1-worker-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
13:41:01.139 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.140 [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
13:41:01.185 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|2578f928, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|2578f928, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef5bf6ee-51fe-44d6-81ae-30db6ba4fb17, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:01.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/9f71be65-36ed-4319-a4eb-a637773908d5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.333 [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@77c8448b
13:41:01.333 [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
13:41:01.333 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.335 [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
13:41:01.335 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9f71be65-36ed-4319-a4eb-a637773908d5","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.336 [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@cf69631
13:41:01.336 [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
13:41:01.336 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.337 [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
13:41:01.373 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb341ff7-b3df-4071-9f34-5ae654c53dbd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.374 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b48c299
13:41:01.375 [ForkJoinPool-1-worker-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
13:41:01.375 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.377 [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
13:41:01.377 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb341ff7-b3df-4071-9f34-5ae654c53dbd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.378 [ForkJoinPool-1-worker-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@4502aacb
13:41:01.378 [ForkJoinPool-1-worker-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
13:41:01.378 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.379 [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
13:41:01.380 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:01.380 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb341ff7-b3df-4071-9f34-5ae654c53dbd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.381 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30f133ae
13:41:01.381 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:01.381 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.382 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:01.382 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb341ff7-b3df-4071-9f34-5ae654c53dbd","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.383 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7dfbedbe
13:41:01.383 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:01.383 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.383 [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
13:41:01.466 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|61848589, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|61848589, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb341ff7-b3df-4071-9f34-5ae654c53dbd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:01.565 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a018c5cb-a23e-4607-b011-bb8506908b59","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.566 [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@539d9fa3
13:41:01.566 [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
13:41:01.566 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.567 [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
13:41:01.567 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a018c5cb-a23e-4607-b011-bb8506908b59","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.568 [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@486dfef0
13:41:01.568 [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
13:41:01.568 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.568 [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
13:41:01.614 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.633 [ForkJoinPool-1-worker-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@5598e3ae
13:41:01.633 [ForkJoinPool-1-worker-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
13:41:01.634 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.635 [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
13:41:01.635 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.636 [ForkJoinPool-1-worker-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@48ddf18
13:41:01.636 [ForkJoinPool-1-worker-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
13:41:01.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.637 [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
13:41:01.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:01.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.638 [ForkJoinPool-1-worker-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@6be15dd3
13:41:01.638 [ForkJoinPool-1-worker-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
13:41:01.638 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.639 [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
13:41:01.639 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.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@3ff0af64
13:41:01.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
13:41:01.639 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.640 [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
13:41:01.666 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|1225efdc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1225efdc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:01.781 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|200da536, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|200da536, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/08238b8d-abcf-4d5e-adf1-207dfba0d64d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:01.881 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6ceac83-e1d7-45ad-aeed-3ce4ae48e787","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2787095b
13:41:01.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.AdapterStore, name: base.h2.sql.yaml, input: null
13:41:01.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.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
13:41:01.884 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6ceac83-e1d7-45ad-aeed-3ce4ae48e787","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.885 [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@145aeb1c
13:41:01.885 [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
13:41:01.885 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:01.886 [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
13:41:01.969 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa6ce6e6-afa8-4f81-ba02-78b3da3b6122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.970 [ForkJoinPool-1-worker-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@2d6e0a68
13:41:01.970 [ForkJoinPool-1-worker-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
13:41:01.971 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.972 [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
13:41:01.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa6ce6e6-afa8-4f81-ba02-78b3da3b6122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.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@1a8acd69
13:41:01.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
13:41:01.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.973 [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
13:41:01.973 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:01.973 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa6ce6e6-afa8-4f81-ba02-78b3da3b6122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.974 [ForkJoinPool-1-worker-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@67231c0f
13:41:01.974 [ForkJoinPool-1-worker-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
13:41:01.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.975 [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
13:41:01.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa6ce6e6-afa8-4f81-ba02-78b3da3b6122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:01.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@53b57b89
13:41:01.976 [ForkJoinPool-1-worker-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
13:41:01.976 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:01.976 [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
13:41:02.062 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|4b719e04, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|4b719e04, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa6ce6e6-afa8-4f81-ba02-78b3da3b6122, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:02.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/fe7439c8-2e1f-4c10-b929-d0f817b54122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.191 [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@52a72f0d
13:41:02.191 [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
13:41:02.191 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.192 [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
13:41:02.192 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe7439c8-2e1f-4c10-b929-d0f817b54122","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.193 [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@7f34e8f
13:41:02.193 [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
13:41:02.193 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.194 [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
13:41:02.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/0e1dabf9-b7cd-46f2-a575-34107cde7aec","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.266 [ForkJoinPool-1-worker-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@25adf407
13:41:02.266 [ForkJoinPool-1-worker-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
13:41:02.266 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.267 [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
13:41:02.267 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e1dabf9-b7cd-46f2-a575-34107cde7aec","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.268 [ForkJoinPool-1-worker-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@19ae834d
13:41:02.268 [ForkJoinPool-1-worker-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
13:41:02.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.268 [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
13:41:02.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:02.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e1dabf9-b7cd-46f2-a575-34107cde7aec","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.269 [ForkJoinPool-1-worker-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@16a8bd3f
13:41:02.269 [ForkJoinPool-1-worker-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
13:41:02.269 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.270 [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
13:41:02.270 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e1dabf9-b7cd-46f2-a575-34107cde7aec","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.271 [ForkJoinPool-1-worker-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@6b03d01b
13:41:02.271 [ForkJoinPool-1-worker-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
13:41:02.271 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.272 [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
13:41:02.379 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|48f0e7a3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|48f0e7a3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e1dabf9-b7cd-46f2-a575-34107cde7aec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:02.498 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3cccb060-7056-4160-8031-53c595211994","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.500 [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@6be17665
13:41:02.500 [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
13:41:02.500 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.501 [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
13:41:02.501 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3cccb060-7056-4160-8031-53c595211994","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.502 [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@1459e86d
13:41:02.502 [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
13:41:02.502 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.503 [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
13:41:02.590 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.591 [ForkJoinPool-1-worker-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@4fdde16d
13:41:02.591 [ForkJoinPool-1-worker-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
13:41:02.591 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.593 [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
13:41:02.593 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.594 [ForkJoinPool-1-worker-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@3b3131f5
13:41:02.594 [ForkJoinPool-1-worker-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
13:41:02.594 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.595 [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
13:41:02.595 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:02.596 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.596 [ForkJoinPool-1-worker-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@9218489
13:41:02.596 [ForkJoinPool-1-worker-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
13:41:02.596 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.597 [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
13:41:02.598 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.598 [ForkJoinPool-1-worker-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@4e877817
13:41:02.598 [ForkJoinPool-1-worker-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
13:41:02.598 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.599 [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
13:41:02.652 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|749cc969, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|749cc969, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:02.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 -> 2tg692aewrhd3fur6woq|67be19b0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|67be19b0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/34c1f33a-3bdb-4ca3-bcb7-883811a7e6df, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:02.798 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d19999f-76fc-4e26-ae95-5e56ffb3605d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.799 [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@26842aaa
13:41:02.799 [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
13:41:02.799 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.800 [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
13:41:02.800 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d19999f-76fc-4e26-ae95-5e56ffb3605d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.801 [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@7ef2df89
13:41:02.801 [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
13:41:02.801 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:02.802 [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
13:41:02.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/3baf257e-651b-40b7-bef9-c8e65b5701d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@99304df
13:41:02.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:02.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.834 [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
13:41:02.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3baf257e-651b-40b7-bef9-c8e65b5701d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3096324
13:41:02.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:02.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.836 [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
13:41:02.837 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:02.837 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3baf257e-651b-40b7-bef9-c8e65b5701d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.837 [ForkJoinPool-1-worker-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@74f67b83
13:41:02.838 [ForkJoinPool-1-worker-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
13:41:02.838 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.838 [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
13:41:02.839 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3baf257e-651b-40b7-bef9-c8e65b5701d3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:02.839 [ForkJoinPool-1-worker-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@1068e64e
13:41:02.839 [ForkJoinPool-1-worker-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
13:41:02.839 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:02.840 [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
13:41:02.887 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|6c548638, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|6c548638, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3baf257e-651b-40b7-bef9-c8e65b5701d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:02.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 -> 2tg692aewrhd3fur6woq|9e856a6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|9e856a6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3baf257e-651b-40b7-bef9-c8e65b5701d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:03.081 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf71673a-ddfa-47ae-ae39-f07d1761aba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.082 [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@6202f3bd
13:41:03.082 [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
13:41:03.082 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:03.083 [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
13:41:03.083 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf71673a-ddfa-47ae-ae39-f07d1761aba1","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.084 [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@415a6c78
13:41:03.084 [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
13:41:03.084 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:03.085 [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
13:41:03.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/3a471f74-02ec-442b-97c9-c3e6bac220d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.133 [ForkJoinPool-1-worker-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@35e0ab6c
13:41:03.133 [ForkJoinPool-1-worker-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
13:41:03.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.134 [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
13:41:03.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a471f74-02ec-442b-97c9-c3e6bac220d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.134 [ForkJoinPool-1-worker-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@30e08398
13:41:03.134 [ForkJoinPool-1-worker-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
13:41:03.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.135 [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
13:41:03.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:03.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a471f74-02ec-442b-97c9-c3e6bac220d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.136 [ForkJoinPool-1-worker-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@6c7c9e0a
13:41:03.136 [ForkJoinPool-1-worker-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
13:41:03.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.137 [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
13:41:03.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a471f74-02ec-442b-97c9-c3e6bac220d2","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.138 [ForkJoinPool-1-worker-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@74f8a976
13:41:03.138 [ForkJoinPool-1-worker-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
13:41:03.138 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.139 [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
13:41:03.190 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|367fcbfa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|367fcbfa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a471f74-02ec-442b-97c9-c3e6bac220d2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:03.290 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4dca8ed7-c85d-418a-9086-8e8f734c626a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.291 [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@504870ed
13:41:03.291 [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
13:41:03.291 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:03.292 [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
13:41:03.292 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4dca8ed7-c85d-418a-9086-8e8f734c626a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.292 [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@78f0ca9a
13:41:03.292 [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
13:41:03.292 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:03.293 [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
13:41:03.934 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35d138aa-76fa-4637-b360-7d34a236d5ed","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.935 [ForkJoinPool-1-worker-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@5ca894bf
13:41:03.935 [ForkJoinPool-1-worker-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
13:41:03.935 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.937 [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
13:41:03.937 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35d138aa-76fa-4637-b360-7d34a236d5ed","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.938 [ForkJoinPool-1-worker-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@4b4c6ddf
13:41:03.938 [ForkJoinPool-1-worker-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
13:41:03.938 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.939 [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
13:41:03.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:03.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35d138aa-76fa-4637-b360-7d34a236d5ed","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@340e282a
13:41:03.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
13:41:03.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:03.942 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35d138aa-76fa-4637-b360-7d34a236d5ed","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:03.942 [ForkJoinPool-1-worker-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@1a253f7c
13:41:03.942 [ForkJoinPool-1-worker-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
13:41:03.942 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:03.943 [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
13:41:03.965 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|1c82601c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|1c82601c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35d138aa-76fa-4637-b360-7d34a236d5ed, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76ed23fc-134d-4ca3-a7a7-0e59fafddf03","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.075 [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@18c44935
13:41:04.075 [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
13:41:04.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.076 [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
13:41:04.076 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76ed23fc-134d-4ca3-a7a7-0e59fafddf03","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.076 [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@1c109292
13:41:04.076 [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
13:41:04.076 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.077 [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
13:41:04.132 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.134 [ForkJoinPool-1-worker-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@7b4b220
13:41:04.134 [ForkJoinPool-1-worker-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
13:41:04.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.135 [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
13:41:04.135 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.136 [ForkJoinPool-1-worker-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@1112dcd5
13:41:04.136 [ForkJoinPool-1-worker-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
13:41:04.136 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.137 [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
13:41:04.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:04.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.138 [ForkJoinPool-1-worker-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@4e24db0d
13:41:04.138 [ForkJoinPool-1-worker-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
13:41:04.138 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.139 [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
13:41:04.139 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.140 [ForkJoinPool-1-worker-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@79b7fea3
13:41:04.140 [ForkJoinPool-1-worker-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
13:41:04.140 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.141 [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
13:41:04.193 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|69941fec, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|69941fec, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.262 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|840e599, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|840e599, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67b61cdb-0dbd-4e6a-a1aa-8f271cfdb869, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.357 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d6bf-6a80-450e-8836-bf49e50fa0e0","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.358 [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@4a7b8c8b
13:41:04.358 [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
13:41:04.358 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.359 [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
13:41:04.359 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f17d6bf-6a80-450e-8836-bf49e50fa0e0","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.360 [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@789b7cbd
13:41:04.360 [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
13:41:04.360 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.360 [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
13:41:04.390 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0d5f58a-1a1a-4f88-9778-d026476d4aac","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.391 [ForkJoinPool-1-worker-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@4501c280
13:41:04.391 [ForkJoinPool-1-worker-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
13:41:04.391 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.393 [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
13:41:04.393 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0d5f58a-1a1a-4f88-9778-d026476d4aac","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.394 [ForkJoinPool-1-worker-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@22abcb36
13:41:04.394 [ForkJoinPool-1-worker-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
13:41:04.394 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.394 [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
13:41:04.395 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:04.395 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0d5f58a-1a1a-4f88-9778-d026476d4aac","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.395 [ForkJoinPool-1-worker-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@178de284
13:41:04.395 [ForkJoinPool-1-worker-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
13:41:04.395 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.396 [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
13:41:04.396 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0d5f58a-1a1a-4f88-9778-d026476d4aac","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.397 [ForkJoinPool-1-worker-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@96448d7
13:41:04.397 [ForkJoinPool-1-worker-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
13:41:04.397 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.398 [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
13:41:04.477 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|233a7f84, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|233a7f84, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e0d5f58a-1a1a-4f88-9778-d026476d4aac, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.599 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa392671-5349-4ece-b99d-4dfaa7e90359","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.600 [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@52fe48c5
13:41:04.600 [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
13:41:04.600 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.601 [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
13:41:04.601 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/aa392671-5349-4ece-b99d-4dfaa7e90359","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.602 [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@82ea7b7
13:41:04.602 [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
13:41:04.602 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.602 [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
13:41:04.632 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67be6785-596b-4f51-8f63-0d7fbf9add77","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.633 [ForkJoinPool-1-worker-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@47a39218
13:41:04.633 [ForkJoinPool-1-worker-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
13:41:04.633 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.634 [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
13:41:04.634 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67be6785-596b-4f51-8f63-0d7fbf9add77","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.635 [ForkJoinPool-1-worker-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@4de096fa
13:41:04.635 [ForkJoinPool-1-worker-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
13:41:04.635 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.636 [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
13:41:04.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:04.636 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67be6785-596b-4f51-8f63-0d7fbf9add77","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.637 [ForkJoinPool-1-worker-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@4a8ce371
13:41:04.637 [ForkJoinPool-1-worker-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
13:41:04.637 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.638 [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
13:41:04.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/67be6785-596b-4f51-8f63-0d7fbf9add77","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.638 [ForkJoinPool-1-worker-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@2e40ce9a
13:41:04.638 [ForkJoinPool-1-worker-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
13:41:04.638 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.639 [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
13:41:04.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 -> 2tg692aewrhd3fur6woq|106f09d4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|106f09d4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/67be6785-596b-4f51-8f63-0d7fbf9add77, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.799 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/44fc63ea-b6f0-4b1f-a6a8-9d48df1ed50b","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c6f0307
13:41:04.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
13:41:04.833 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
13:41:04.834 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/44fc63ea-b6f0-4b1f-a6a8-9d48df1ed50b","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.835 [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@4f303e7d
13:41:04.835 [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
13:41:04.835 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.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
13:41:04.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/ae4cdecb-41e8-41d6-a46b-b3039ef418a7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.883 [ForkJoinPool-1-worker-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@663d5e7b
13:41:04.883 [ForkJoinPool-1-worker-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
13:41:04.883 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.884 [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
13:41:04.884 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ae4cdecb-41e8-41d6-a46b-b3039ef418a7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.885 [ForkJoinPool-1-worker-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@66ad16ec
13:41:04.885 [ForkJoinPool-1-worker-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
13:41:04.885 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.886 [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
13:41:04.886 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:04.886 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ae4cdecb-41e8-41d6-a46b-b3039ef418a7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.887 [ForkJoinPool-1-worker-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@28cc6a26
13:41:04.887 [ForkJoinPool-1-worker-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
13:41:04.887 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.887 [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
13:41:04.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/ae4cdecb-41e8-41d6-a46b-b3039ef418a7","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.888 [ForkJoinPool-1-worker-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@11619689
13:41:04.888 [ForkJoinPool-1-worker-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
13:41:04.888 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:04.889 [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
13:41:04.911 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|656c95b0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|656c95b0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ae4cdecb-41e8-41d6-a46b-b3039ef418a7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:04.990 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3cd633c0-7671-4ce7-820e-679aa14fe16d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.991 [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@1d05264f
13:41:04.991 [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
13:41:04.991 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.993 [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
13:41:04.993 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3cd633c0-7671-4ce7-820e-679aa14fe16d","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:04.993 [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@26ba3aad
13:41:04.993 [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
13:41:04.994 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:04.994 [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
13:41:05.057 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cb8972d
13:41:05.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:05.059 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.060 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:05.060 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@952d0ba
13:41:05.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:05.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:05.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:05.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f829efa
13:41:05.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:05.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.064 [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
13:41:05.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d5df063
13:41:05.065 [ForkJoinPool-1-worker-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
13:41:05.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
13:41:05.141 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|37e3b233, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|37e3b233, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:05.173 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|4dde5115, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|4dde5115, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0035a1a-a854-4eb7-b564-d0a6e2da4000, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:05.282 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e42dfd52-bb8f-42d1-9fb7-566d3d99b0d0","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.283 [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@5b747caf
13:41:05.283 [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
13:41:05.283 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.284 [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
13:41:05.285 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e42dfd52-bb8f-42d1-9fb7-566d3d99b0d0","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.285 [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@2e0b5a51
13:41:05.285 [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
13:41:05.285 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.286 [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
13:41:05.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b893b6ef-d961-477e-880e-70a9e45cf336","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.333 [ForkJoinPool-1-worker-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@55d1e5a
13:41:05.334 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
13:41:05.334 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.335 [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
13:41:05.335 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b893b6ef-d961-477e-880e-70a9e45cf336","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.336 [ForkJoinPool-1-worker-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@fea764a
13:41:05.336 [ForkJoinPool-1-worker-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
13:41:05.336 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.337 [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
13:41:05.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:05.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b893b6ef-d961-477e-880e-70a9e45cf336","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.338 [ForkJoinPool-1-worker-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@5682d6ed
13:41:05.338 [ForkJoinPool-1-worker-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
13:41:05.338 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.339 [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
13:41:05.339 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b893b6ef-d961-477e-880e-70a9e45cf336","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.339 [ForkJoinPool-1-worker-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@74033132
13:41:05.339 [ForkJoinPool-1-worker-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
13:41:05.339 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.340 [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
13:41:05.400 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|632c7c5a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|632c7c5a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b893b6ef-d961-477e-880e-70a9e45cf336, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:05.482 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3e371b7f-1cfa-41ab-86eb-a86538f8ef6a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.483 [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@8ca8d64
13:41:05.483 [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
13:41:05.483 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.484 [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
13:41:05.484 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3e371b7f-1cfa-41ab-86eb-a86538f8ef6a","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.485 [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@57a41394
13:41:05.485 [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
13:41:05.485 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.486 [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
13:41:05.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1c22f5e-1dc6-429a-a9c9-e085df080cd3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.575 [ForkJoinPool-1-worker-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@7c1202f4
13:41:05.575 [ForkJoinPool-1-worker-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
13:41:05.575 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.576 [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
13:41:05.577 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1c22f5e-1dc6-429a-a9c9-e085df080cd3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.577 [ForkJoinPool-1-worker-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@14136ebf
13:41:05.577 [ForkJoinPool-1-worker-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
13:41:05.577 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.578 [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
13:41:05.578 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:05.578 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1c22f5e-1dc6-429a-a9c9-e085df080cd3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.579 [ForkJoinPool-1-worker-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@680ab5b5
13:41:05.579 [ForkJoinPool-1-worker-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
13:41:05.579 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.580 [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
13:41:05.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/f1c22f5e-1dc6-429a-a9c9-e085df080cd3","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.580 [ForkJoinPool-1-worker-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@20042605
13:41:05.580 [ForkJoinPool-1-worker-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
13:41:05.581 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.581 [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
13:41:05.667 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|5d34393f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|5d34393f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1c22f5e-1dc6-429a-a9c9-e085df080cd3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
13:41:05.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20c8abd8-074f-4917-b934-d18a81d4df61","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.733 [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@6909f795
13:41:05.733 [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
13:41:05.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.734 [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
13:41:05.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20c8abd8-074f-4917-b934-d18a81d4df61","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.735 [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@5481f158
13:41:05.735 [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
13:41:05.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
13:41:05.736 [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
13:41:05.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71c73544-34e4-4c47-81d1-5033ef81e600","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.766 [ForkJoinPool-1-worker-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@5842799a
13:41:05.766 [ForkJoinPool-1-worker-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
13:41:05.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.767 [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
13:41:05.767 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71c73544-34e4-4c47-81d1-5033ef81e600","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.768 [ForkJoinPool-1-worker-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@6ffc1405
13:41:05.768 [ForkJoinPool-1-worker-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
13:41:05.768 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.769 [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
13:41:05.769 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
13:41:05.769 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71c73544-34e4-4c47-81d1-5033ef81e600","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.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@6e1b7eeb
13:41:05.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.h2.sql.yaml, input: null
13:41:05.770 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.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
13:41:05.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/71c73544-34e4-4c47-81d1-5033ef81e600","user":null,"driver_class":"org.h2.Driver"} - table: null
13:41:05.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@724879b5
13:41:05.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
13:41:05.771 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
13:41:05.772 [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
13:41:05.794 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg692aewrhd3fur6woq|3c5131b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg692aewrhd3fur6woq|3c5131b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71c73544-34e4-4c47-81d1-5033ef81e600, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.753 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.6.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.6.0-SNAPSHOT.jar
[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.6.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.6.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.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.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >--------
[INFO] Building Hono Mongodb Based Device Registry 1.6.0-SNAPSHOT       [46/48]
[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] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
13:41:46.346 [ForkJoinPool-1-worker-1] WARN  o.t.u.TestcontainersConfiguration - Attempted to read Testcontainers configuration file at file:/home/jenkins/.testcontainers.properties but the file was not found. Exception message: FileNotFoundException: /home/jenkins/.testcontainers.properties (No such file or directory)
13:41:46.365 [ForkJoinPool-1-worker-1] INFO  o.t.d.DockerMachineClientProviderStrategy - docker-machine executable was not found on PATH ([/opt/tools/java/openjdk/jdk-11/latest/bin, /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavend2b4c990, /opt/java/openjdk/bin, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin])
13:41:46.416 [ForkJoinPool-1-worker-1] ERROR o.t.d.DockerClientProviderStrategy - Could not find a valid Docker environment. Please check configuration. Attempted configurations were:
13:41:46.416 [ForkJoinPool-1-worker-1] ERROR o.t.d.DockerClientProviderStrategy -     UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock)
13:41:46.416 [ForkJoinPool-1-worker-1] ERROR o.t.d.DockerClientProviderStrategy - As no valid configuration was found, execution cannot continue
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.51 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest  Time elapsed: 0.51 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.hono.deviceregistry.mongodb.service.MongoDbTestUtils
	at org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest.setup(MongoDbBasedRegistrationServiceTest.java:63)

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.517 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest  Time elapsed: 0.517 s  <<< ERROR!
java.lang.ExceptionInInitializerError
	at org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest.startService(MongoDbBasedCredentialServiceTest.java:71)
Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
	at org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest.startService(MongoDbBasedCredentialServiceTest.java:71)

[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.hono.deviceregistry.mongodb.service.MongoDbTestUtils
	at org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest.startService(MongoDbBasedTenantServiceTest.java:62)

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[ERROR] org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.hono.deviceregistry.mongodb.service.MongoDbTestUtils
	at org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest.setup(MongoDBBasedDeviceManagementSearchDevicesTest.java:63)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MongoDBBasedDeviceManagementSearchDevicesTest.setup:63 NoClassDefFound Could n...
[ERROR]   MongoDbBasedCredentialServiceTest.startService:71 ExceptionInInitializer
[ERROR]   MongoDbBasedRegistrationServiceTest.setup:63 NoClassDefFound Could not initial...
[ERROR]   MongoDbBasedTenantServiceTest.startService:62 NoClassDefFound Could not initia...
[INFO] 
[ERROR] Tests run: 10, Failures: 0, Errors: 4, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.6.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [ 12.282 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.026 s]
[INFO] Legal Documents .................................... SUCCESS [  3.846 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.287 s]
[INFO] Hono Core .......................................... SUCCESS [01:04 min]
[INFO] Hono Clients ....................................... SUCCESS [  0.087 s]
[INFO] Hono Client for Protocol Adapters .................. SUCCESS [  1.282 s]
[INFO] Hono Test Utils .................................... SUCCESS [  1.464 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  1.139 s]
[INFO] Hono Client ........................................ SUCCESS [ 27.210 s]
[INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 10.309 s]
[INFO] Hono Client Kafka Common ........................... SUCCESS [  6.190 s]
[INFO] Hono Client for Protocol Adapters (Kafka) .......... SUCCESS [  5.417 s]
[INFO] Hono Service base .................................. SUCCESS [ 28.771 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [ 22.844 s]
[INFO] Hono Service Base Test Utils ....................... SUCCESS [  0.800 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.575 s]
[INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [  1.224 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  8.729 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [ 10.777 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  0.551 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  9.541 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  0.585 s]
[INFO] Hono Service Base Quarkus .......................... SUCCESS [  9.484 s]
[INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [ 14.343 s]
[INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [  9.380 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [ 12.371 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  4.831 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [ 10.987 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  0.769 s]
[INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [  6.195 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  1.606 s]
[INFO] Hono command-line interface ........................ SUCCESS [ 18.210 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.253 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.033 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.274 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.538 s]
[INFO] Hono Services ...................................... SUCCESS [  0.291 s]
[INFO] Hono Auth .......................................... SUCCESS [  4.819 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [01:14 min]
[INFO] Base classes for JDBC services ..................... SUCCESS [  4.616 s]
[INFO] Hono Command Router ................................ SUCCESS [  5.983 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  4.586 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [ 13.556 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:18 min]
[INFO] Hono Mongodb Based Device Registry ................. FAILURE [  9.762 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:44 min
[INFO] Finished at: 2020-12-18T13:41:46Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavend2b4c990/maven-spy-20201218-133302-49718069008643644263414.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project hono-service-device-registry-mongodb: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :hono-service-device-registry-mongodb
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.6.0-SNAPSHOT/hono-parent-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.6.0-SNAPSHOT/hono-bom-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.6.0-SNAPSHOT/hono-legal-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.6.0-SNAPSHOT/hono-legal-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.6.0-SNAPSHOT/hono-demo-certs-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.6.0-SNAPSHOT/hono-demo-certs-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.6.0-SNAPSHOT/hono-core-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.6.0-SNAPSHOT/hono-core-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.6.0-SNAPSHOT/hono-core-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/pom.xml under org/eclipse/hono/hono-clients-parent/1.6.0-SNAPSHOT/hono-clients-parent-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/pom.xml under org/eclipse/hono/hono-client-adapter/1.6.0-SNAPSHOT/hono-client-adapter-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter/1.6.0-SNAPSHOT/hono-client-adapter-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter/1.6.0-SNAPSHOT/hono-client-adapter-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact test-utils/pom.xml under org/eclipse/hono/test-utils/1.6.0-SNAPSHOT/test-utils-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/pom.xml under org/eclipse/hono/core-test-utils/1.6.0-SNAPSHOT/core-test-utils-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/target/core-test-utils-1.6.0-SNAPSHOT.jar under org/eclipse/hono/core-test-utils/1.6.0-SNAPSHOT/core-test-utils-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.6.0-SNAPSHOT/hono-client-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.6.0-SNAPSHOT/hono-client-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.6.0-SNAPSHOT/hono-client-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/pom.xml under org/eclipse/hono/hono-client-adapter-amqp/1.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter-amqp/1.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter-amqp/1.6.0-SNAPSHOT/hono-client-adapter-amqp-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/kafka-common/pom.xml under org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/kafka-common/target/hono-client-kafka-common-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-kafka-common/1.6.0-SNAPSHOT/hono-client-kafka-common-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-kafka/pom.xml under org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-kafka/target/hono-client-adapter-kafka-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter-kafka/1.6.0-SNAPSHOT/hono-client-adapter-kafka-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.6.0-SNAPSHOT/hono-service-base-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.6.0-SNAPSHOT/hono-service-base-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.6.0-SNAPSHOT/hono-service-base-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.6.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.6.0-SNAPSHOT/client-device-connection-infinispan-1.6.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.6.0-SNAPSHOT/service-base-test-utils-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/target/service-base-test-utils-1.6.0-SNAPSHOT.jar under org/eclipse/hono/service-base-test-utils/1.6.0-SNAPSHOT/service-base-test-utils-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.6.0-SNAPSHOT/hono-adapters-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/base-spring/pom.xml under org/eclipse/hono/hono-adapter-base-spring/1.6.0-SNAPSHOT/hono-adapter-base-spring-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.6.0-SNAPSHOT/hono-adapter-amqp-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.6.0-SNAPSHOT/hono-adapter-coap-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.6.0-SNAPSHOT/hono-adapter-http-vertx-base-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.6.0-SNAPSHOT/hono-adapter-http-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/pom.xml under org/eclipse/hono/hono-service-base-quarkus/1.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-quarkus/1.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-quarkus/1.6.0-SNAPSHOT/hono-service-base-quarkus-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/base-quarkus/pom.xml under org/eclipse/hono/hono-adapter-base-quarkus/1.6.0-SNAPSHOT/hono-adapter-base-quarkus-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.6.0-SNAPSHOT/hono-adapter-kura-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.6.0-SNAPSHOT/hono-adapter-kura-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.6.0-SNAPSHOT/hono-adapter-kura-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.6.0-SNAPSHOT/hono-adapter-lora-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.6.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.6.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.6.0-SNAPSHOT/hono-cli-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.6.0-SNAPSHOT/hono-cli-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.6.0-SNAPSHOT/hono-cli-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.6.0-SNAPSHOT/hono-deploy-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.6.0-SNAPSHOT/hono-deploy-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/pom.xml under org/eclipse/hono/hono-example/1.6.0-SNAPSHOT/hono-example-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.6.0-SNAPSHOT/hono-example-client-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.6.0-SNAPSHOT/hono-example-client-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.6.0-SNAPSHOT/hono-example-client-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.6.0-SNAPSHOT/protocol-gateway-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.6.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.6.0-SNAPSHOT/protocol-gateway-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.6.0-SNAPSHOT/protocol-gateway-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.6.0-SNAPSHOT/hono-services-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.6.0-SNAPSHOT/hono-service-auth-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.6.0-SNAPSHOT/hono-service-auth-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.6.0-SNAPSHOT/hono-service-auth-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.6.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.6.0-SNAPSHOT/hono-service-device-registry-base-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.6.0-SNAPSHOT/hono-service-base-jdbc-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/command-router/pom.xml under org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/command-router/target/hono-service-command-router-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-command-router/1.6.0-SNAPSHOT/hono-service-command-router-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.6.0-SNAPSHOT/hono-service-device-connection-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.6.0-SNAPSHOT/hono-service-device-connection-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.6.0-SNAPSHOT/hono-service-device-connection-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.6.0-SNAPSHOT/hono-service-device-registry-file-1.6.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/pom.xml under org/eclipse/hono/hono-service-device-registry-jdbc/1.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.6.0-SNAPSHOT/hono-service-device-registry-jdbc-1.6.0-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.6.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.6.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.6.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.6.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:core-test-utils:jar:1.6.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-client:bundle:1.6.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.6.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter-amqp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-kafka-common:jar:1.6.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/kafka-common/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter-kafka:jar:1.6.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter-kafka/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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-service-auth:jar:1.6.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.6.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.6.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-command-router:jar:1.6.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/command-router/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.6.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.6.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.6.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.6.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] 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: 166 ms, Generated Artifacts Publisher: 4703 ms, Invoker Publisher: 1 ms, Junit Publisher: 2205 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 1795 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 8 ms, Open Task Scanner Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 1
[Pipeline] echo
Build status: FAILURE
[Pipeline] step
Sending e-mails to: hono-dev@eclipse.org
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: FAILURE