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-v0gjk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-v0gjk"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-v0gjk"
    - 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-v0gjk"
    - 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-v0gjk in /home/jenkins/agent/workspace/Hono CI Pipeline
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: master
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
 > git init /home/jenkins/agent/workspace/Hono CI Pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision cff4556b274c03ad3d892655e9c1e4006e4cf8f1 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cff4556b274c03ad3d892655e9c1e4006e4cf8f1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master cff4556b274c03ad3d892655e9c1e4006e4cf8f1 # timeout=10
Commit message: "[#2267] Add missing disconnect handling"
 > git rev-list --no-walk 4c7c5fbd8eb831d35c6b820bbe5d040d2ecbb37d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.JacocoReportPublisher[disabled=true]]
[withMaven] Available options: 
[withMaven] using JDK installation openjdk-jdk11-latest
[withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
+ mvn -B clean install
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavene366db4a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavene366db4a" 
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/withMavene366db4a/maven-spy-20201106-094453-7829460066807215720080.log.tmp ...
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 46 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 46 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Hono                                                               [pom]
[INFO] Hono Dependencies                                                  [pom]
[INFO] Legal Documents                                                    [jar]
[INFO] Hono Demo Certs                                                    [jar]
[INFO] Hono Core                                                       [bundle]
[INFO] Hono Clients                                                       [pom]
[INFO] Hono Client for Protocol Adapters                                  [jar]
[INFO] Hono Client                                                     [bundle]
[INFO] Hono Client for Protocol Adapters (AMQP)                           [jar]
[INFO] Hono Test Utils                                                    [pom]
[INFO] Hono Core Test Utils                                               [jar]
[INFO] Hono Service base                                                  [jar]
[INFO] Hotrod Device Connection client                                    [jar]
[INFO] Hono Service Base Test Utils                                       [jar]
[INFO] Hono Protocol Adapters                                             [pom]
[INFO] Hono Protocol Adapter Base (Spring)                                [pom]
[INFO] Hono AMQP Adapter                                                  [jar]
[INFO] Hono CoAP Adapter base                                             [jar]
[INFO] Hono CoAP Adapter                                                  [jar]
[INFO] Hono HTTP Adapter base                                             [jar]
[INFO] Hono HTTP Adapter                                                  [jar]
[INFO] Hono Service Base Quarkus                                          [jar]
[INFO] Hono Protocol Adapter Base (Quarkus)                               [pom]
[INFO] Hono HTTP Adapter (Quarkus)                                        [jar]
[INFO] Hono MQTT Adapter base                                             [jar]
[INFO] Hono Kura Adapter                                                  [jar]
[INFO] Hono LoRa Adapter                                                  [jar]
[INFO] Hono MQTT Adapter                                                  [jar]
[INFO] Hono MQTT Adapter (Quarkus)                                        [jar]
[INFO] Hono Sigfox Adapter                                                [jar]
[INFO] Hono command-line interface                                        [jar]
[INFO] Hono Deployment                                                    [jar]
[INFO] Hono Examples                                                      [pom]
[INFO] Hono Client Examples                                               [jar]
[INFO] Hono Protocol Gateway example                                      [jar]
[INFO] Hono JMeter Plugin                                                 [jar]
[INFO] Hono Services                                                      [pom]
[INFO] Hono Auth                                                          [jar]
[INFO] Hono Service Device Registry Base                                  [jar]
[INFO] Base classes for JDBC services                                     [jar]
[INFO] Hono Device Connection service                                     [jar]
[INFO] Hono File Based Device Registry                                    [jar]
[INFO] Hono JDBC Based Device Registry                                    [jar]
[INFO] Hono Mongodb Based Device Registry                                 [jar]
[INFO] Hono Site                                                          [pom]
[INFO] Hono Integration Tests                                             [jar]
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-parent >--------------------
[INFO] Building Hono 1.5.0-SNAPSHOT                                      [1/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-bom >----------------------
[INFO] Building Hono Dependencies 1.5.0-SNAPSHOT                         [2/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-bom ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-legal >---------------------
[INFO] Building Legal Documents 1.5.0-SNAPSHOT                           [3/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-legal ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/legal/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------
[INFO] Building Hono Demo Certs 1.5.0-SNAPSHOT                           [4/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-demo-certs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-core >---------------------
[INFO] Building Hono Core 1.5.0-SNAPSHOT                                 [5/46]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-core ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
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.584 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.config.KeyLoaderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 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.014 s - in org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.config.AbstractConfigTest
09:45:56.318 [ForkJoinPool-1-worker-1] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12
09:45:56.324 [ForkJoinPool-1-worker-1] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.config.AbstractConfigTest
[INFO] Running org.eclipse.hono.config.FileFormatTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.01 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Running org.eclipse.hono.util.PairTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.PairTest
[INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Running org.eclipse.hono.util.MessageTapTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.MessageHelperTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.hono.util.MessageHelperTest
[INFO] Running org.eclipse.hono.util.HostnamesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.HostnamesTest
[INFO] Running org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.util.HonoProtonHelperTest
09:45:57.141 [ForkJoinPool-1-worker-3] WARN  o.e.h.c.impl.ConnectionFactoryImpl - can't open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: underlying connection was disconnected while opening AMQP connection
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 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.355 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 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.001 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.321 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.086 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.006 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.059 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.004 s - in org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.util.JwtHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.hono.util.JwtHelperTest
[INFO] Running org.eclipse.hono.util.AddressHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.025 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.062 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Running org.eclipse.hono.util.EventBusMessageTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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.06 s - in org.eclipse.hono.util.StringsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 s - in org.eclipse.hono.util.TenantObjectTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 172, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-core ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-core ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-core ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-core ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-clients-parent >----------------
[INFO] Building Hono Clients 1.5.0-SNAPSHOT                              [6/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-clients-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-client-adapter >----------------
[INFO] Building Hono Client for Protocol Adapters 1.5.0-SNAPSHOT         [7/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-client >--------------------
[INFO] Building Hono Client 1.5.0-SNAPSHOT                               [8/46]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 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.002 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Running org.eclipse.hono.client.CommandTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s - in org.eclipse.hono.client.CommandTest
[INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 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.026 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Running org.eclipse.hono.client.CommandResponseTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.client.CommandResponseTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 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.08 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 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.016 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.116 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest
[INFO] Tests run: 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-client ---
[WARNING] Include-Resource: overriding org/eclipse/hono/client/ServiceInvocationException_messages.properties=src/main/resources/org/eclipse/hono/client/ServiceInvocationException_messages.properties with META-INF=/home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-client ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-client ---
[INFO] Installing org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-adapter-amqp >--------------
[INFO] Building Hono Client for Protocol Adapters (AMQP) 1.5.0-SNAPSHOT  [9/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-amqp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-amqp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-amqp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:test-utils >---------------------
[INFO] Building Hono Test Utils 1.5.0-SNAPSHOT                          [10/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ test-utils ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ test-utils ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.hono:core-test-utils >------------------
[INFO] Building Hono Core Test Utils 1.5.0-SNAPSHOT                     [11/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ core-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ core-test-utils ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ core-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ core-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ core-test-utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ core-test-utils ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ core-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-base >-----------------
[INFO] Building Hono Service base 1.5.0-SNAPSHOT                        [12/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.79 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
09:46:47.832 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.HttpContextTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.http.HttpContextTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
09:46:48.518 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
09:46:48.519 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 942916282] successfully connected
09:46:48.520 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 1403726282] successfully connected
09:46:48.521 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1929967585] successfully connected
09:46:48.521 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1633956597] successfully connected
09:46:48.522 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 2027537396] successfully connected
09:46:48.524 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
09:46:48.526 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
09:46:48.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
09:46:48.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1778400466] successfully connected
09:46:48.663 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 172377709] successfully connected
09:46:48.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 2024034142] successfully connected
09:46:48.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1191005387] successfully connected
09:46:48.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 762318442] successfully connected
09:46:48.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
09:46:48.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
09:46:48.719 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
09:46:48.720 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Running org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
09:46:48.844 [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
09:46:48.853 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
09:46:48.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
09:46:48.854 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
09:46:48.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
09:46:48.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
09:46:48.856 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
09:46:48.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
09:46:48.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
09:46:48.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
09:46:48.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
09:46:48.865 [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.114 s - in org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
09:46:49.144 [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
09:46:49.538 [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"} [18436m:15s])))]: null
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
09:46:49.625 [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"} [7786m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [7786m:15s]) or hono_messages_payload_bytes_sum*0))]: null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest
09:46:49.939 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
09:46:49.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
09:46:49.942 [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)
09:46:50.029 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
09:46:50.546 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
09:46:50.560 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
09:46:50.560 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:39251/readiness
09:46:50.560 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:39251/liveness
09:46:50.561 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
09:46:50.561 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:44967/readiness
09:46:50.562 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:44967/liveness
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 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.077 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
09:46:51.152 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:44967]
09:46:51.157 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:39251]
09:46:51.220 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
09:46:51.220 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
09:46:51.225 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
09:46:51.225 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:37501/readiness
09:46:51.225 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:37501/liveness
09:46:51.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:37501]
09:46:51.262 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
09:46:51.330 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
09:46:51.334 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
09:46:51.334 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:42537/readiness
09:46:51.334 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:42537/liveness
09:46:51.439 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:42537]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
09:46:51.523 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
09:46:51.523 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
09:46:51.523 [ForkJoinPool-1-worker-1] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
09:46:51.563 [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.094 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
09:46:51.652 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest
09:46:51.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:51.761 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:51.769 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:51.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:51.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:51.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:51.823 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:51.826 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:51.829 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:51.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$2090613569]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
09:46:52.156 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$2117971061]
09:46:52.174 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:52.176 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:52.183 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:52.225 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:52.234 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:52.238 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:52.243 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:52.245 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
09:46:52.248 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
09:46:52.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
09:46:52.324 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
09:46:52.328 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null)
09:46:52.329 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
09:46:52.332 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
09:46:52.333 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
09:46:52.341 [ForkJoinPool-1-worker-3] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
09:46:52.343 [ForkJoinPool-1-worker-3] 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.008 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 162, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.hono:client-device-connection-infinispan >--------
[INFO] Building Hotrod Device Connection client 1.5.0-SNAPSHOT          [13/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
09:47:04.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:04.921 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.922 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:04.932 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.933 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:04.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.942 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:04.951 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.952 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:04.963 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:04.963 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:05.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:05.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:05.029 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:05.029 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:05.036 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:05.036 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
09:47:05.131 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.150 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.151 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.215 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.216 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.224 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.225 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.232 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.233 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.244 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.245 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
09:47:05.255 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
09:47:05.257 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
Configuration [asyncExecutorFactory=ExecutorFactoryConfiguration [factoryClass=class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory, factory=null, properties()={infinispan.client.hotrod.connection_pool.min_idle=2}], balancingStrategyFactory=()->org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy@36765e24,classLoader=java.lang.ref.WeakReference@e986f0e, clientIntelligence=HASH_DISTRIBUTION_AWARE, connectionPool=ConnectionPoolConfiguration{exhaustedAction=WAIT, maxActive=-1, maxWait=-1, minIdle=2, minEvictableIdleTime=1800000, maxPendingRequests=5}, connectionTimeout=60000, consistentHashImpl=[null, class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV2, class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash], forceReturnValues=false, keySizeEstimate=64, marshallerClass=class org.infinispan.commons.marshall.ProtoStreamMarshaller, marshaller=org.infinispan.commons.marshall.ProtoStreamMarshaller@5b2bea9b, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@64ab8e03, tcpNoDelay=true, tcpKeepAlive=false, valueSizeEstimate=512, maxRetries=10, serialWhiteList=[], batchSize=10000, nearCache=NearCacheConfiguration{mode=DISABLED, maxEntries=-1, cacheNamePattern=null}, remoteCaches= {}, transaction=TransactionConfiguration{transactionMode=NONE, transactionManagerLookup=org.infinispan.client.hotrod.transaction.lookup.GenericTransactionManagerLookup@60a87bcc, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@2d0598c8, jmx_name=Default]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
09:47:06.060 [vert.x-worker-thread-0] INFO  org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
09:47:06.519 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:06.522 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:06.661 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:06.662 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:06.814 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:06.815 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:06.875 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:06.876 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:06.964 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:06.964 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.035 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.036 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.177 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.178 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.254 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.255 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.322 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.325 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.418 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.419 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.463 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.465 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.535 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.536 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.573 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.574 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.646 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.647 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.683 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.713 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.753 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.754 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.816 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.817 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.867 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.868 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:07.934 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:07.935 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.013 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.014 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.049 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.050 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.117 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.118 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.149 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.149 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.178 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.179 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.236 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.237 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.269 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.270 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.358 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.359 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.419 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.420 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.450 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.450 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.521 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.522 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.552 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.553 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.615 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.616 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
09:47:08.653 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
09:47:08.654 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.39 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
09:47:08.665 [Thread-59] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.665 [Thread-131] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.665 [Thread-99] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.665 [Thread-19] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.665 [Thread-87] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-15] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-31] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-47] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-83] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-119] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.666 [Thread-27] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.668 [Thread-3] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.668 [Thread-39] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.668 [Thread-43] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.668 [Thread-75] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.669 [Thread-67] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.713 [Thread-7] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.713 [Thread-91] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.713 [Thread-127] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.714 [Thread-79] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.714 [Thread-55] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.714 [Thread-107] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.714 [Thread-63] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-51] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-123] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.716 [Thread-95] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-103] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-71] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-23] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.715 [Thread-115] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.716 [Thread-11] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.716 [Thread-111] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
09:47:08.713 [Thread-35] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ client-device-connection-infinispan ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:service-base-test-utils >--------------
[INFO] Building Hono Service Base Test Utils 1.5.0-SNAPSHOT             [14/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-base-test-utils ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ service-base-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ service-base-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ service-base-test-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ service-base-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ service-base-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ service-base-test-utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ service-base-test-utils ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ service-base-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ service-base-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ service-base-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ service-base-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-adapters >-------------------
[INFO] Building Hono Protocol Adapters 1.5.0-SNAPSHOT                   [15/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >--------------
[INFO] Building Hono Protocol Adapter Base (Spring) 1.5.0-SNAPSHOT      [16/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-spring ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-spring ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-spring ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-spring ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-spring ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >--------------
[INFO] Building Hono AMQP Adapter 1.5.0-SNAPSHOT                        [17/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.182 s - in org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-amqp-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------
[INFO] Building Hono CoAP Adapter base 1.5.0-SNAPSHOT                   [18/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
09:47:27.865 [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-v0gjk, jaeger.version=Java-1.2.0, ip=10.40.14.221}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 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: 0.993 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.267 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
09:47:29.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1081563901]
09:47:29.463 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 175582272] successfully connected
09:47:29.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1738456653] successfully connected
09:47:29.465 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1201812936] successfully connected
09:47:29.466 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1287991030] successfully connected
09:47:29.467 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 174667932] successfully connected
09:47:29.469 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
09:47:29.471 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
09:47:29.474 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
09:47:30.300 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1081563901]
09:47:30.301 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 802370289] successfully connected
09:47:30.312 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 17838512] successfully connected
09:47:30.313 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1219306443] successfully connected
09:47:30.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2010671331] successfully connected
09:47:30.314 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1101699155] successfully connected
09:47:30.315 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
09:47:30.316 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
09:47:30.374 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1081563901]
09:47:30.375 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1993475143] successfully connected
09:47:30.375 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1443348676] successfully connected
09:47:30.376 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 138910077] successfully connected
09:47:30.377 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1825801585] successfully connected
09:47:30.377 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 172315792] successfully connected
09:47:30.378 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
09:47:30.379 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
09:47:30.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1081563901]
09:47:30.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1063673295] successfully connected
09:47:30.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 799629220] successfully connected
09:47:30.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 832250567] successfully connected
09:47:30.534 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1020811435] successfully connected
09:47:30.534 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 828236506] successfully connected
09:47:30.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
09:47:30.536 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
09:47:30.537 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >--------------
[INFO] Building Hono CoAP Adapter 1.5.0-SNAPSHOT                        [19/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-coap-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------
[INFO] Building Hono HTTP Adapter base 1.5.0-SNAPSHOT                   [20/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
09:47:36.872 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:36.922 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
09:47:36.926 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Telemetry client [Mock for TelemetrySender, hashCode: 371766110] successfully connected
09:47:36.930 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Event client [Mock for EventSender, hashCode: 787014569] successfully connected
09:47:36.930 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Tenant service client [Mock for TenantClient, hashCode: 1237859752] successfully connected
09:47:36.931 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1295730854] successfully connected
09:47:36.932 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Credentials service client [Mock for CredentialsClient, hashCode: 2146089444] successfully connected
09:47:36.935 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service
09:47:36.936 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control
09:47:36.938 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false
09:47:36.952 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes
09:47:37.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:37.261 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:37707
09:47:37.322 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)]
09:47:37.720 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:37.832 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:37.875 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:37.955 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:37.970 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)]
09:47:38.026 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)]
09:47:38.117 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)]
09:47:38.150 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.212 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)]
09:47:38.233 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)]
09:47:38.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.250 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)]
09:47:38.265 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)]
09:47:38.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1978739172]
09:47:38.268 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1781299918] successfully connected
09:47:38.312 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1192291233] successfully connected
09:47:38.313 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1906036284] successfully connected
09:47:38.313 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 315000711] successfully connected
09:47:38.314 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 464872731] successfully connected
09:47:38.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
09:47:38.315 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
09:47:38.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
09:47:38.316 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
09:47:38.319 [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
09:47:38.327 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)]
09:47:38.337 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)]
09:47:38.416 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)]
09:47:38.424 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.451 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.530 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)]
09:47:38.546 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)]
09:47:38.555 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1978739172]
09:47:38.556 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)]
09:47:38.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1343691978] successfully connected
09:47:38.557 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1530244759] successfully connected
09:47:38.557 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 940954567] successfully connected
09:47:38.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 725120919] successfully connected
09:47:38.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1134677878] successfully connected
09:47:38.559 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
09:47:38.560 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
09:47:38.560 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
09:47:38.560 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
09:47:38.561 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
09:47:38.617 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)]
09:47:38.629 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)]
09:47:38.658 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter
09:47:38.667 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter
09:47:38.712 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1978739172]
09:47:38.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 195085393] successfully connected
09:47:38.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 337704222] successfully connected
09:47:38.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1317660179] successfully connected
09:47:38.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 663556194] successfully connected
09:47:38.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 704825998] successfully connected
09:47:38.717 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
09:47:38.717 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
09:47:38.718 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
09:47:38.718 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
09:47:38.719 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.41 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
09:47:38.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
09:47:38.771 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1297933658]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.501 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >--------------
[INFO] Building Hono HTTP Adapter 1.5.0-SNAPSHOT                        [21/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-http-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >-------------
[INFO] Building Hono Service Base Quarkus 1.5.0-SNAPSHOT                [22/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-quarkus ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.quarkus.SystemLoggerTest
Nov 06, 2020 9:47:45 AM org.eclipse.hono.service.quarkus.SystemLoggerTest reflectionOnJdkInternalEventAllowed
INFO: access to jdk.internal.event.EventHelper via reflection is not possible, run JVM with option --add-opens java.base/jdk.internal.event=ALL-UNNAMED to enable tests
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.039 s - in org.eclipse.hono.service.quarkus.SystemLoggerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >-------------
[INFO] Building Hono Protocol Adapter Base (Quarkus) 1.5.0-SNAPSHOT     [23/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-base-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-base-quarkus ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-base-quarkus ---
[INFO] Type of the artifact is POM, skipping build goal
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-quarkus ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >----------
[INFO] Building Hono HTTP Adapter (Quarkus) 1.5.0-SNAPSHOT              [24/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-quarkus ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-quarkus ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-http-vertx-quarkus ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4396ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------
[INFO] Building Hono MQTT Adapter base 1.5.0-SNAPSHOT                   [25/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.63 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.073 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
09:48:11.724 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1832103315]
09:48:11.728 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 639167562] successfully connected
09:48:11.729 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1836572847] successfully connected
09:48:11.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 381054577] successfully connected
09:48:11.731 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 659023395] successfully connected
09:48:11.731 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1878653051] successfully connected
09:48:11.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
09:48:11.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
09:48:11.736 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
09:48:11.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
09:48:11.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
09:48:11.741 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
09:48:12.662 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1832103315]
09:48:12.662 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1579327190] successfully connected
09:48:12.663 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 2140957946] successfully connected
09:48:12.663 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1018421678] successfully connected
09:48:12.664 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1166586680] successfully connected
09:48:12.664 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 253116785] successfully connected
09:48:12.665 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
09:48:12.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
09:48:12.666 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
09:48:12.674 [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)
09:48:12.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
09:48:12.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
09:48:12.675 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-kura >-----------------
[INFO] Building Hono Kura Adapter 1.5.0-SNAPSHOT                        [26/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-kura ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-kura ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-kura ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-kura ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-kura ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-kura ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-kura ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-kura ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.353 s - in org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-kura ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-kura ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-kura ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-kura ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-kura ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-kura ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >--------------
[INFO] Building Hono LoRa Adapter 1.5.0-SNAPSHOT                        [27/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.adapter.lora.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
09:48:24.235 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.286 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.055 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 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.011 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.006 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.004 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.006 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
09:48:24.741 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:24.766 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:24.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:24.961 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:25.014 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:25.064 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
09:48:25.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$127503918]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-lora-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-lora-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >--------------
[INFO] Building Hono MQTT Adapter 1.5.0-SNAPSHOT                        [28/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-mqtt-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >----------
[INFO] Building Hono MQTT Adapter (Quarkus) 1.5.0-SNAPSHOT              [29/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Set 2 system properties
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored.
[WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored.
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4132ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >-------------
[INFO] Building Hono Sigfox Adapter 1.5.0-SNAPSHOT                      [30/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-sigfox-vertx ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-sigfox-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-sigfox-vertx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-sigfox-vertx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-sigfox-vertx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-sigfox-vertx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox-vertx ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-sigfox-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-sigfox-vertx ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-sigfox-vertx ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-cli >----------------------
[INFO] Building Hono command-line interface 1.5.0-SNAPSHOT              [31/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-cli ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-cli ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-cli ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-cli ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.cli.app.ReceiverTest
09:48:37.490 [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"
09:48:37.510 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
09:48:37.523 [ForkJoinPool-1-worker-3] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
09:48:37.530 [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.316 s - in org.eclipse.hono.cli.app.ReceiverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-cli ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-cli ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-deploy >--------------------
[INFO] Building Hono Deployment 1.5.0-SNAPSHOT                          [32/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-deploy ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-deploy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-deploy ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-deploy ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-deploy ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/sandbox/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12,*.properties" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_default_tenants_trust_anchor) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to deploy
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_sandbox_config_files) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-deploy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-deploy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-deploy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-deploy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-deploy ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-deploy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-deploy ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-deploy ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-example >--------------------
[INFO] Building Hono Examples 1.5.0-SNAPSHOT                            [33/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-example-client >----------------
[INFO] Building Hono Client Examples 1.5.0-SNAPSHOT                     [34/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example-client ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-example-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-example-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-example-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-example-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-example-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-example-client ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-example-client ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------
[INFO] Building Hono Protocol Gateway example 1.5.0-SNAPSHOT            [35/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ protocol-gateway ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ protocol-gateway ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ protocol-gateway ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ protocol-gateway ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ protocol-gateway ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ protocol-gateway ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ protocol-gateway ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-jmeter >--------------------
[INFO] Building Hono JMeter Plugin 1.5.0-SNAPSHOT                       [36/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-jmeter ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-jmeter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-jmeter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-jmeter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-jmeter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-jmeter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/classes
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-jmeter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-jmeter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-jmeter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (jmeter-plugin) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/plugin/hono-jmeter-1.5.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-jmeter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-jmeter ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-jmeter ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-services >-------------------
[INFO] Building Hono Services 1.5.0-SNAPSHOT                            [37/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-auth >-----------------
[INFO] Building Hono Auth 1.5.0-SNAPSHOT                                [38/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
09:49:12.052 [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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.492 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 s - in org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-auth ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-auth ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >---------
[INFO] Building Hono Service Device Registry Base 1.5.0-SNAPSHOT        [39/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-base ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
09:49:57.416 [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.026 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.075 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.349 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
09:49:58.154 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1626913628
09:49:58.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 336526719
09:49:58.224 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 744685021
09:49:58.229 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1970635391
09:49:58.239 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1262697340
09:49:58.244 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1576322938
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
[INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Nov 06, 2020 9:49:59 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Running org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.management.device.FilterTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 40 resources
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >---------------
[INFO] Building Base classes for JDBC services 1.5.0-SNAPSHOT           [40/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-jdbc ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 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.099 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-service-device-connection >-----------
[INFO] Building Hono Device Connection service 1.5.0-SNAPSHOT           [41/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-connection ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-connection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-connection ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-connection ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-connection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-connection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-connection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-connection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-connection ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 s - in org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-connection ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-connection ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-connection ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-connection ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >---------
[INFO] Building Hono File Based Device Registry 1.5.0-SNAPSHOT          [42/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-file ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-file ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-file ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
09:50:17.826 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
SLF4J: A number (1) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
09:50:18.758 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
09:50:18.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:19.255 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
09:50:19.337 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
09:50:19.343 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
09:50:19.346 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
09:50:19.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
09:50:19.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
09:50:19.356 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.851 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
09:50:19.635 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:19.744 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
09:50:19.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds
09:50:19.862 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:19.951 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
09:50:19.958 [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
09:50:19.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
09:50:20.025 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
09:50:20.025 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
09:50:20.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
09:50:20.432 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
09:50:20.437 [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
09:50:20.437 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:20.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
09:50:20.517 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json]
09:50:20.526 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
09:50:20.526 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:20.537 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:20.552 [ForkJoinPool-1-worker-3] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
09:50:20.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:20.558 [ForkJoinPool-1-worker-3] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
09:50:20.623 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:20.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:20.885 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.001 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.506 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.640 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.768 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:21.904 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
09:50:21.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
09:50:21.921 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds
09:50:21.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
09:50:21.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:21.943 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
09:50:21.943 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
09:50:21.947 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.182 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.306 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
09:50:22.311 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.429 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.549 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:22.668 [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
09:50:22.668 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:22.668 [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
09:50:22.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
09:50:22.676 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
09:50:22.676 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
09:50:22.677 [ForkJoinPool-1-worker-1] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
09:50:22.678 [ForkJoinPool-1-worker-1] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.46 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-file ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-file ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-file ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-file ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-file ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-file ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >---------
[INFO] Building Hono JDBC Based Device Registry 1.5.0-SNAPSHOT          [43/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.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
09:50:41.527 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/430d001e-181b-422c-96d5-271061ad2fed","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.518 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d169cd02-1554-444d-8bfd-92a563e6370a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.777 [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@709d5d24
09:50:41.777 [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@6400c494
09:50:41.777 [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
09:50:41.777 [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
09:50:41.777 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:41.777 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:41.882 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:41.882 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:41.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/430d001e-181b-422c-96d5-271061ad2fed","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.886 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d169cd02-1554-444d-8bfd-92a563e6370a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c6627b1
09:50:41.890 [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
09:50:41.890 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:41.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
09:50:41.889 [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@19f8d72
09:50:41.912 [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
09:50:41.912 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:41.915 [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
09:50:41.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30e1ff52-e4de-4df7-b4ea-969d4301cb7a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b7b1419
09:50:41.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:41.959 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:41.964 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:41.966 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30e1ff52-e4de-4df7-b4ea-969d4301cb7a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.967 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f878502
09:50:41.967 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:41.967 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:41.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/936b2d5e-bf20-494c-a485-a4a3d15b51b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.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@610749c6
09:50:41.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
09:50:41.970 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:41.972 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:41.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:41.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/936b2d5e-bf20-494c-a485-a4a3d15b51b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:41.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4fcdeb01
09:50:41.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
09:50:41.976 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:42.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:42.017 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:42.017 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:42.020 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30e1ff52-e4de-4df7-b4ea-969d4301cb7a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:42.020 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/936b2d5e-bf20-494c-a485-a4a3d15b51b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:42.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35d21d7e
09:50:42.021 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d095cff
09:50:42.021 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:42.021 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:42.022 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:42.022 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:42.027 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:42.027 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:42.029 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30e1ff52-e4de-4df7-b4ea-969d4301cb7a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:42.029 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/936b2d5e-bf20-494c-a485-a4a3d15b51b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:42.030 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c78951e
09:50:42.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24b89a29
09:50:42.030 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:42.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:42.030 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:42.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:42.035 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:42.035 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:42.042 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:42.130 [MLog-Init-Reporter] INFO  com.mchange.v2.log.MLog - MLog clients using slf4j logging.
09:50:42.379 [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]
09:50:42.569 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|77233c2d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|77233c2d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/30e1ff52-e4de-4df7-b4ea-969d4301cb7a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:42.569 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5332829a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5332829a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/936b2d5e-bf20-494c-a485-a4a3d15b51b8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:42.933 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|71072542, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|71072542, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/936b2d5e-bf20-494c-a485-a4a3d15b51b8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7593e37c-32f3-404b-9b60-cb512cf793d3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.115 [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@60b053ea
09:50:43.115 [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
09:50:43.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.119 [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
09:50:43.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/7593e37c-32f3-404b-9b60-cb512cf793d3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.120 [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@5cda3429
09:50:43.120 [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
09:50:43.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.122 [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
09:50:43.152 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1c3cc12b-f14f-45c6-8210-e3075aa4de45","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.153 [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@399d216d
09:50:43.153 [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
09:50:43.153 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.155 [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
09:50:43.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/1c3cc12b-f14f-45c6-8210-e3075aa4de45","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.156 [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@668e9ab4
09:50:43.157 [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
09:50:43.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.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
09:50:43.169 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7905968
09:50:43.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.214 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.217 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.218 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@735dc30
09:50:43.218 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.218 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.221 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.222 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:43.222 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.223 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c72b1cd
09:50:43.223 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.223 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.226 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.226 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.227 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76408f59
09:50:43.227 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.227 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.230 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.235 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.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@7da373cc
09:50:43.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
09:50:43.237 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.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
09:50:43.240 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.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@2f382792
09:50:43.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:43.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2230a27a
09:50:43.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d454fb1
09:50:43.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.254 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4d17aa59, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4d17aa59, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.344 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|705df99b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|705df99b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.422 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4c809a32, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4c809a32, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.453 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|26d18075, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|26d18075, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.521 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|6ba2a45a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|6ba2a45a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb441063-bde8-4eb2-9915-3694a380d90e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.541 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|71887822, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|71887822, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fb07064-7357-47b7-9c69-08611bf23b53, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.560 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b56d7b4-2ae8-4cb7-8c71-ea4a22e9b7b3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.561 [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@676e0e6d
09:50:43.561 [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
09:50:43.562 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.563 [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
09:50:43.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3b56d7b4-2ae8-4cb7-8c71-ea4a22e9b7b3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@696a121c
09:50:43.564 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:43.565 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:43.566 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:43.644 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.645 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e29a615
09:50:43.645 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.645 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.647 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.647 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.648 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24e416d7
09:50:43.648 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.648 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.650 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.650 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:43.650 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a411474
09:50:43.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c4b4488
09:50:43.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:43.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:43.656 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:43.726 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|1965f77d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|1965f77d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:43.819 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|793d377f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|793d377f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f68efe14-76d2-4c2a-95f0-5c2fa01aac4e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.299 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
09:50:43.977 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2915c0c8-11eb-4bcc-9d4d-97e9e5fd261c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:43.985 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbaa3d2a-bd9a-4a42-a8cb-253b024279e9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.012 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@504d87b5
09:50:44.012 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3daaa8d7
09:50:44.013 [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
09:50:44.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:44.013 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.013 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:44.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:44.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbaa3d2a-bd9a-4a42-a8cb-253b024279e9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.015 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2915c0c8-11eb-4bcc-9d4d-97e9e5fd261c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.016 [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@669009dd
09:50:44.016 [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@5d7daa19
09:50:44.016 [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
09:50:44.016 [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
09:50:44.016 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.018 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:44.018 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:44.061 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7839d073
09:50:44.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.062 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.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
09:50:44.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e461fe0
09:50:44.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.068 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.068 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.068 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3539bbe0-bd76-455a-89c2-bf1536efa2e1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e8f94e3
09:50:44.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.069 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.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@23441c75
09:50:44.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
09:50:44.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2afb2960
09:50:44.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3539bbe0-bd76-455a-89c2-bf1536efa2e1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.116 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64df22b2
09:50:44.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3539bbe0-bd76-455a-89c2-bf1536efa2e1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63ab6d11
09:50:44.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3539bbe0-bd76-455a-89c2-bf1536efa2e1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31f5e9ed
09:50:44.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.121 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.123 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.152 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|506262cd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|506262cd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2915c0c8-11eb-4bcc-9d4d-97e9e5fd261c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.269 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da14cd59-2fd5-49e7-a032-da56480fe71f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.270 [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@10b0acad
09:50:44.270 [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
09:50:44.270 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.272 [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
09:50:44.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/da14cd59-2fd5-49e7-a032-da56480fe71f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6954bc46
09:50:44.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:44.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.274 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:44.344 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6c612012-3367-4536-bd4f-7e985bfb6776","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ebbdb8
09:50:44.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.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/6c612012-3367-4536-bd4f-7e985bfb6776","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.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@f5260de
09:50:44.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
09:50:44.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6c612012-3367-4536-bd4f-7e985bfb6776","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@731a31a1
09:50:44.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.352 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.352 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6c612012-3367-4536-bd4f-7e985bfb6776","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7de406b0
09:50:44.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.353 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.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 -> 2tg7h9ad17jvrw41q8u4nt|7934bcd1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|7934bcd1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.354 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.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 -> 2tg7h9ad17jvrw41q8u4nt|2790c06e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2790c06e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.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 -> 2tg7h9ad17jvrw41q8u4nt|2819aad4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2819aad4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da14cd59-2fd5-49e7-a032-da56480fe71f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.548 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2eabd201, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2eabd201, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b3c97d66-a976-42e2-9331-b243e8c43089, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.560 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/832e19c6-1733-4b7d-a61a-70302affe113","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.561 [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@45690e39
09:50:44.562 [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
09:50:44.562 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.612 [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
09:50:44.613 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/832e19c6-1733-4b7d-a61a-70302affe113","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.615 [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@61d15468
09:50:44.615 [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
09:50:44.615 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.617 [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
09:50:44.661 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/240893ab-6254-472c-b64c-97edafc0650d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22fec601
09:50:44.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.662 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/240893ab-6254-472c-b64c-97edafc0650d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.665 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62f205cc
09:50:44.665 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.665 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.666 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/240893ab-6254-472c-b64c-97edafc0650d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42a96b48
09:50:44.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.667 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.668 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc756bfe-ca25-4179-93d1-3b5ebfe4788d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/240893ab-6254-472c-b64c-97edafc0650d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.669 [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@6fdc380e
09:50:44.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@287e31f3
09:50:44.669 [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
09:50:44.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.669 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.670 [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
09:50:44.670 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc756bfe-ca25-4179-93d1-3b5ebfe4788d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.671 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.712 [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@34ed476d
09:50:44.712 [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
09:50:44.712 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:44.713 [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
09:50:44.745 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|57525087, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|57525087, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/832e19c6-1733-4b7d-a61a-70302affe113, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:44.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/991e543f-314a-4902-ba79-d43493b3b890","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ef8ae6e
09:50:44.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24503d81
09:50:44.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3166b542
09:50:44.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.815 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.816 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.816 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:44.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f52b574
09:50:44.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:44.817 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:44.819 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:44.820 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:44.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 -> 2tg7h9ad17jvrw41q8u4nt|52714e91, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|52714e91, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/832e19c6-1733-4b7d-a61a-70302affe113, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.044 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c67d0c8a-2f78-4afe-a9ab-1de6f16fb7b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.045 [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@537ce99c
09:50:45.045 [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
09:50:45.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.046 [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
09:50:45.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/c67d0c8a-2f78-4afe-a9ab-1de6f16fb7b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.047 [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@10c8b1c5
09:50:45.047 [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
09:50:45.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.048 [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
09:50:45.077 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46f9dc57-98e7-40dd-abe9-e5c9896e49eb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.112 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|cf4a5d2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|cf4a5d2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ac32123
09:50:45.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46f9dc57-98e7-40dd-abe9-e5c9896e49eb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42e759d8
09:50:45.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.116 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:45.117 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46f9dc57-98e7-40dd-abe9-e5c9896e49eb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5263b075
09:50:45.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.118 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.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/46f9dc57-98e7-40dd-abe9-e5c9896e49eb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5db270f7
09:50:45.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.119 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.120 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.233 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|1b22d264, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|1b22d264, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.235 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|45ac050e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|45ac050e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c67d0c8a-2f78-4afe-a9ab-1de6f16fb7b5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.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 -> 2tg7h9ad17jvrw41q8u4nt|493c6056, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|493c6056, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c67d0c8a-2f78-4afe-a9ab-1de6f16fb7b5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.444 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5ecb832a-a61e-48e8-be92-6748b26e6745","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.445 [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@f7fe107
09:50:45.445 [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
09:50:45.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.447 [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
09:50:45.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/5ecb832a-a61e-48e8-be92-6748b26e6745","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73b41266
09:50:45.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:45.448 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.450 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:45.527 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da12248d-3c9c-4748-a823-4e8f58a6c5fd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.528 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b9251e
09:50:45.528 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.528 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.530 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.530 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da12248d-3c9c-4748-a823-4e8f58a6c5fd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3620da7d
09:50:45.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.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
09:50:45.534 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:45.534 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da12248d-3c9c-4748-a823-4e8f58a6c5fd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a99eb55
09:50:45.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.537 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.538 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/da12248d-3c9c-4748-a823-4e8f58a6c5fd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.539 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c34e43
09:50:45.539 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.539 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.541 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.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 -> 2tg7h9ad17jvrw41q8u4nt|742ade79, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|742ade79, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5ecb832a-a61e-48e8-be92-6748b26e6745, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.669 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad420d79-ade2-47bd-a646-6152a7a79761","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.712 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c5fe775
09:50:45.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:45.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:45.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad420d79-ade2-47bd-a646-6152a7a79761","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65f22804
09:50:45.716 [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
09:50:45.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:45.717 [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
09:50:45.752 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3237dafc-fc05-424a-92cb-a6e31e308568","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.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@43c2833f
09:50:45.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
09:50:45.754 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3237dafc-fc05-424a-92cb-a6e31e308568","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.756 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40ce94f
09:50:45.757 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.757 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50: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/3237dafc-fc05-424a-92cb-a6e31e308568","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74ec6086
09:50:45.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.821 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.821 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3237dafc-fc05-424a-92cb-a6e31e308568","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:45.823 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@78fc01f3
09:50:45.823 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:45.823 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:45.825 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:45.918 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2110d100, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2110d100, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/991e543f-314a-4902-ba79-d43493b3b890, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:45.918 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|78e7c21d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|78e7c21d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad420d79-ade2-47bd-a646-6152a7a79761, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
09:50:45.960 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce43099f-4588-4bd6-a6f7-4b822a123169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.013 [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@13fd38c8
09:50:46.013 [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
09:50:46.013 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.014 [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
09:50:46.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ce43099f-4588-4bd6-a6f7-4b822a123169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.015 [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@19fcdaa4
09:50:46.015 [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
09:50:46.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.016 [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
09:50:46.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/9deb1f4f-3f84-43a3-828d-3b034884fcf1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.034 [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@54e8db1b
09:50:46.034 [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
09:50:46.034 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.035 [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
09:50:46.035 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9deb1f4f-3f84-43a3-828d-3b034884fcf1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.036 [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@563aad10
09:50:46.036 [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
09:50:46.036 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.037 [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
09:50:46.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.077 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47664e62-5a93-4c17-ad70-446bc10b3e35","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@371a5b63
09:50:46.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.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@3c4e7ff8
09:50:46.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
09:50:46.113 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.128 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.128 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.128 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47664e62-5a93-4c17-ad70-446bc10b3e35","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.128 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.130 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55cac014
09:50:46.130 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43604241
09:50:46.130 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.130 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.130 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.130 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.132 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.132 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:46.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:46.133 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47664e62-5a93-4c17-ad70-446bc10b3e35","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.133 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.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@1fc41d4c
09:50:46.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@6b51aa96
09:50:46.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.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
09:50:46.134 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.134 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.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
09:50:46.136 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.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/5bda62d8-b1fb-4b3a-b3ef-40312e91af07","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.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/47664e62-5a93-4c17-ad70-446bc10b3e35","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f7cf90a
09:50:46.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@40997ab4
09:50:46.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
09:50:46.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
09:50:46.137 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.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
09:50:46.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.140 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:46.216 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|64542f6f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|64542f6f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9deb1f4f-3f84-43a3-828d-3b034884fcf1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.246 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|6c241ec5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|6c241ec5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47664e62-5a93-4c17-ad70-446bc10b3e35, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.339 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|48d47229, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|48d47229, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47664e62-5a93-4c17-ad70-446bc10b3e35, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.444 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23f22e10-f73e-42f4-809a-7fc45f9de0ab","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.445 [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@5331d0ca
09:50:46.445 [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
09:50:46.445 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.446 [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
09:50:46.446 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23f22e10-f73e-42f4-809a-7fc45f9de0ab","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.447 [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@5b1eb466
09:50:46.447 [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
09:50:46.447 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.448 [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
09:50:46.450 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|66418f1a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|66418f1a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.527 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b802e02e-ad1f-470c-98d5-4c5b812c4182","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.528 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3cfcf529
09:50:46.528 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.529 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.530 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.530 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b802e02e-ad1f-470c-98d5-4c5b812c4182","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18235499
09:50:46.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.531 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:46.532 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b802e02e-ad1f-470c-98d5-4c5b812c4182","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ed894fc
09:50:46.533 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|3d1a0597, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|3d1a0597, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:46.533 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.535 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.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/b802e02e-ad1f-470c-98d5-4c5b812c4182","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.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@a7665ef
09:50:46.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
09:50:46.536 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:46.545 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:46.626 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|3547e114, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|3547e114, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5bda62d8-b1fb-4b3a-b3ef-40312e91af07, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.626 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|766ef348, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|766ef348, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23f22e10-f73e-42f4-809a-7fc45f9de0ab, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.734 [vert.x-eventloop-thread-0] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:46.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 -> 2tg7h9ad17jvrw41q8u4nt|116c6b44, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|116c6b44, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b802e02e-ad1f-470c-98d5-4c5b812c4182, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:46.750 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|63eb420, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|63eb420, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b802e02e-ad1f-470c-98d5-4c5b812c4182, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
09:50:46.952 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31a6cc75-d9cf-4b20-ad67-215478aca85a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.954 [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@40d78beb
09:50:46.954 [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
09:50:46.954 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.956 [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
09:50:46.956 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31a6cc75-d9cf-4b20-ad67-215478aca85a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:46.957 [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@247ab76e
09:50:46.957 [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
09:50:46.957 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:46.958 [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
09:50:47.044 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3a75195-8662-42d6-9e7c-44d974252071","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6091b7a6
09:50:47.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3a75195-8662-42d6-9e7c-44d974252071","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6312e1b6
09:50:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.057 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3a75195-8662-42d6-9e7c-44d974252071","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@439a2ce8
09:50:47.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.058 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.059 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c3a75195-8662-42d6-9e7c-44d974252071","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f3c27eb
09:50:47.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.060 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.144 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|747b3529, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|747b3529, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31a6cc75-d9cf-4b20-ad67-215478aca85a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.160 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32c9a1f1-d175-46f0-b254-35ae0dfaf43a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.214 [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@574fee5
09:50:47.214 [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
09:50:47.214 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.215 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:47.215 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/32c9a1f1-d175-46f0-b254-35ae0dfaf43a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.216 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@93c1662
09:50:47.216 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:47.216 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.216 [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
09:50:47.325 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.327 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d38b224
09:50:47.327 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.327 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.329 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.329 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.330 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d62f4fe
09:50:47.330 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.330 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.331 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.331 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.331 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.332 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d9cc40e
09:50:47.332 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.332 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.333 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.333 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.334 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a505371
09:50:47.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
09:50:47.334 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.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
09:50:47.336 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.344 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/167bdcd6-ef84-4b06-960a-ebd5c1946ef2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.345 [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@3595942a
09:50:47.345 [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
09:50:47.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.346 [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
09:50:47.346 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/167bdcd6-ef84-4b06-960a-ebd5c1946ef2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.347 [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@1d94f23c
09:50:47.347 [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
09:50:47.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.348 [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
09:50:47.419 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71fd66d4-861c-4c99-bb0d-25495dfb2a54","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e605ac4
09:50:47.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.420 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.421 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71fd66d4-861c-4c99-bb0d-25495dfb2a54","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43495409
09:50:47.422 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.423 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.424 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.424 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.424 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71fd66d4-861c-4c99-bb0d-25495dfb2a54","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.425 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@226c80a0
09:50:47.425 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.425 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.426 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.426 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/71fd66d4-861c-4c99-bb0d-25495dfb2a54","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.427 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9652d83
09:50:47.427 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.427 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.428 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.452 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|b422b27, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|b422b27, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/167bdcd6-ef84-4b06-960a-ebd5c1946ef2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.525 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|3bd12ee6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|3bd12ee6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/167bdcd6-ef84-4b06-960a-ebd5c1946ef2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.557 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.569 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9ea24488-5855-477a-ad0b-5de1918f52d1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64fb549d
09:50:47.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:47.612 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:47.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9ea24488-5855-477a-ad0b-5de1918f52d1","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a0b611b
09:50:47.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:47.614 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.615 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:47.627 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|30563253, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|30563253, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.650 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3512b44a-9ed8-4612-846e-1c73954c3f91","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bf55c26
09:50:47.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.651 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3512b44a-9ed8-4612-846e-1c73954c3f91","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ac69a0f
09:50:47.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.655 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.655 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3512b44a-9ed8-4612-846e-1c73954c3f91","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.712 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f8b1ef0
09:50:47.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3512b44a-9ed8-4612-846e-1c73954c3f91","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@695ac882
09:50:47.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.734 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4c5d3898, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4c5d3898, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a62c1387-5b83-4d60-bb7d-2a18269b68bb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.740 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|639e8699, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|639e8699, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9ea24488-5855-477a-ad0b-5de1918f52d1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:47.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/ea57390c-243e-4011-882d-529589fd133d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.862 [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@6daafa0e
09:50:47.862 [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
09:50:47.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.863 [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
09:50:47.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/ea57390c-243e-4011-882d-529589fd133d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.863 [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@2a86adff
09:50:47.863 [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
09:50:47.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:47.864 [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
09:50:47.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdbff473-9453-42f3-b112-2ecc6e7d06b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@14863a80
09:50:47.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdbff473-9453-42f3-b112-2ecc6e7d06b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5335b074
09:50:47.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:47.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdbff473-9453-42f3-b112-2ecc6e7d06b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e30e23c
09:50:47.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.943 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.944 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdbff473-9453-42f3-b112-2ecc6e7d06b5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:47.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6060a70a
09:50:47.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:47.945 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:47.946 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:47.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/682a19d7-8c24-480c-9709-6edbc1067bb0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.016 [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@c72a915
09:50:48.016 [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
09:50:48.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.017 [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
09:50:48.017 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/682a19d7-8c24-480c-9709-6edbc1067bb0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.018 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f98da30
09:50:48.018 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:48.018 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.019 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:48.032 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|28395370, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|28395370, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ea57390c-243e-4011-882d-529589fd133d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:48.052 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0c9bdd-4fe7-4306-b598-2629bc884546","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.054 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2eae2993
09:50:48.054 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.054 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0c9bdd-4fe7-4306-b598-2629bc884546","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5279983b
09:50:48.056 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.057 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0c9bdd-4fe7-4306-b598-2629bc884546","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d9ef86e
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.058 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.069 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/28d4c9c2-e60a-411c-b63c-b6de34f82081","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.070 [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@c395456
09:50:48.070 [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
09:50:48.070 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:48.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/28d4c9c2-e60a-411c-b63c-b6de34f82081","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.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
09:50:48.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/1a0c9bdd-4fe7-4306-b598-2629bc884546","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.113 [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@2b3579e0
09:50:48.113 [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
09:50:48.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fdcfcde
09:50:48.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.114 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.115 [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
09:50:48.115 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.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/6cc64041-1141-4dfc-8153-891d92ce56f5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a88f1b1
09:50:48.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
09:50:48.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.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
09:50:48.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6cc64041-1141-4dfc-8153-891d92ce56f5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.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@7d573275
09:50:48.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
09:50:48.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.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
09:50:48.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:48.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/6cc64041-1141-4dfc-8153-891d92ce56f5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1699adf5
09:50:48.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6cc64041-1141-4dfc-8153-891d92ce56f5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.143 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43aaabe2
09:50:48.143 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|731e096d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|731e096d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0c9bdd-4fe7-4306-b598-2629bc884546, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:48.143 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.143 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.144 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.236 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|19bda33f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|19bda33f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0c9bdd-4fe7-4306-b598-2629bc884546, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:48.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 -> 2tg7h9ad17jvrw41q8u4nt|7c933b60, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|7c933b60, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/28d4c9c2-e60a-411c-b63c-b6de34f82081, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:48.327 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b7cc8f9c-d3e0-4e9f-8733-abf4a3a00627","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.329 [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@36ac31d2
09:50:48.329 [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
09:50:48.329 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.330 [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
09:50:48.330 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b7cc8f9c-d3e0-4e9f-8733-abf4a3a00627","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.331 [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@5274f905
09:50:48.331 [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
09:50:48.331 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.331 [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
09:50:48.364 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0cf35f38-431e-4dd0-bfdc-4d2186b2ba42","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@500a82b8
09:50:48.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:48.365 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.367 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:48.367 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0cf35f38-431e-4dd0-bfdc-4d2186b2ba42","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.367 [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@4084ce1f
09:50:48.367 [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
09:50:48.367 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.368 [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
09:50:48.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.415 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5aa518e7
09:50:48.415 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.415 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.416 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.416 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.416 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9d343b
09:50:48.416 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.417 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.417 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.418 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:48.418 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.418 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20fe22ad
09:50:48.418 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.418 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.419 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.419 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.420 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@658806e8
09:50:48.420 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.420 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.421 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.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/9b734832-8be8-434b-9db0-21601bb01ef9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.437 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43de131f
09:50:48.437 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.437 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.438 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.438 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9b734832-8be8-434b-9db0-21601bb01ef9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.439 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a2db379
09:50:48.439 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.439 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.440 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.440 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2a47c32a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2a47c32a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:48.440 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:48.440 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9b734832-8be8-434b-9db0-21601bb01ef9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.440 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35a3cca3
09:50:48.441 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.441 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.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
09:50:48.442 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9b734832-8be8-434b-9db0-21601bb01ef9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.442 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e13a35d
09:50:48.442 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.442 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.443 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.528 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|19af254f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|19af254f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0cf35f38-431e-4dd0-bfdc-4d2186b2ba42, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50: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/15d42e2c-698f-4d3b-9ea0-9b5f69759da7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50: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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2322bd7
09:50: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.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:48.637 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.638 [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
09:50:48.638 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15d42e2c-698f-4d3b-9ea0-9b5f69759da7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.639 [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@6b533c6b
09:50:48.639 [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
09:50:48.639 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:48.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
09:50:48.664 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bb8262f-7cfa-4328-829a-62ac589d6400","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71e1a5e5
09:50:48.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.713 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.714 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bb8262f-7cfa-4328-829a-62ac589d6400","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1623767b
09:50:48.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.715 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:48.716 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bb8262f-7cfa-4328-829a-62ac589d6400","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ac62bc
09:50:48.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.717 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bb8262f-7cfa-4328-829a-62ac589d6400","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:48.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7de0c994
09:50:48.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:48.718 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:48.719 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:48.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 -> 2tg7h9ad17jvrw41q8u4nt|532b4464, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|532b4464, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15d42e2c-698f-4d3b-9ea0-9b5f69759da7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.045 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|d782f99, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|d782f99, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.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 -> 2tg7h9ad17jvrw41q8u4nt|7723edaf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|7723edaf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e94190fb-a679-4fe4-b7d0-d2d279c794cb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.359 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/212df403-9c19-437d-bf6a-7f656deef328","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.360 [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@1636ce06
09:50:49.360 [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
09:50:49.360 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:49.361 [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
09:50:49.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/212df403-9c19-437d-bf6a-7f656deef328","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.361 [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@1e501131
09:50:49.361 [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
09:50:49.361 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:49.362 [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
09:50:49.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/d5729f66-032a-4d8d-af84-012144ea3fb3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.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@eca0e0a
09:50:49.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
09:50:49.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:49.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:49.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d5729f66-032a-4d8d-af84-012144ea3fb3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.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@de6b8f8
09:50:49.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
09:50:49.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:49.444 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:49.478 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/183b218e-b45e-4e69-b5c6-d55816c3f6cd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42507f43
09:50:49.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.479 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.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/183b218e-b45e-4e69-b5c6-d55816c3f6cd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d212a2b
09:50:49.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.480 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.481 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:49.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/183b218e-b45e-4e69-b5c6-d55816c3f6cd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ad2c423
09:50:49.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.482 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50: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
09:50:49.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/183b218e-b45e-4e69-b5c6-d55816c3f6cd","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e4936d0
09:50:49.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.484 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.485 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.528 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|119b0ba2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|119b0ba2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/212df403-9c19-437d-bf6a-7f656deef328, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.755 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@565b1d8f
09:50:49.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.756 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.758 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65f7488f
09:50:49.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.759 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.761 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:49.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/034cf169-be06-4430-a535-3a89743c90ce","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ddbf5f0
09:50:49.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:49.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@444b2a4f
09:50:49.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:49.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:49.766 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:49.767 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:49.914 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2e744c6c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2e744c6c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.937 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|16929472, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|16929472, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:49.955 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|98b7b14, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|98b7b14, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/034cf169-be06-4430-a535-3a89743c90ce, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.094 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9d0d092-6405-4d09-a0fc-77781a6dc7ff","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.112 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b0655d2
09:50:50.113 [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
09:50:50.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.114 [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
09:50:50.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9d0d092-6405-4d09-a0fc-77781a6dc7ff","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.115 [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@667a6286
09:50:50.115 [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
09:50:50.115 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.116 [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
09:50:50.159 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42ad0e8c-6f53-40bf-91c0-58d25b380383","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.160 [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@5f297444
09:50:50.160 [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
09:50:50.160 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.161 [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
09:50:50.162 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42ad0e8c-6f53-40bf-91c0-58d25b380383","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.162 [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@65d4f6c5
09:50:50.162 [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
09:50:50.162 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.163 [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
09:50:50.269 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0f8e1f6-2232-4c3a-98fa-735d72733096","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.271 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64b51fab
09:50:50.271 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.271 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0f8e1f6-2232-4c3a-98fa-735d72733096","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c59b630
09:50:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.273 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.275 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0f8e1f6-2232-4c3a-98fa-735d72733096","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.276 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ec44e08
09:50:50.276 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.276 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.277 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.278 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a0f8e1f6-2232-4c3a-98fa-735d72733096","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.278 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d79e20c
09:50:50.278 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.278 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.280 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.322 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|656bdcc0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|656bdcc0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9d0d092-6405-4d09-a0fc-77781a6dc7ff, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.569 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.570 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f42008d
09:50:50.570 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.570 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63b7c0c6
09:50:50.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.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/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.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@6d64d41e
09:50:50.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
09:50:50.575 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.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
09:50:50.576 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.576 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c186f5
09:50:50.576 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.576 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.577 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.578 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.711 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4f9788e3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4f9788e3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.719 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/145b52bd-2b44-418c-9499-81b7e9ee43b6","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.720 [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@65728753
09:50:50.720 [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
09:50:50.720 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.721 [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
09:50:50.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/145b52bd-2b44-418c-9499-81b7e9ee43b6","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.721 [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@380e80ec
09:50:50.721 [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
09:50:50.721 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.722 [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
09:50:50.742 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|216d35c9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|216d35c9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.766 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|11fba18b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|11fba18b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/42417df8-52ef-4cc3-ae3a-5f75eff2c1c7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.811 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6f831c-d2c0-42d2-a520-901fa80cad1a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7de4fc9f
09:50:50.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.813 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.815 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6f831c-d2c0-42d2-a520-901fa80cad1a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74ee7dfc
09:50:50.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6f831c-d2c0-42d2-a520-901fa80cad1a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@66348170
09:50:50.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.819 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.820 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e6f831c-d2c0-42d2-a520-901fa80cad1a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.821 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63af20ba
09:50:50.822 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.822 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.824 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.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 -> 2tg7h9ad17jvrw41q8u4nt|4e0498c6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4e0498c6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/145b52bd-2b44-418c-9499-81b7e9ee43b6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:50.915 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6cb75429-4fda-4a17-9c7c-a007e5eca110","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.917 [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@1595f36f
09:50:50.917 [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
09:50:50.917 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.918 [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
09:50:50.918 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6cb75429-4fda-4a17-9c7c-a007e5eca110","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.919 [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@7ac518bb
09:50:50.919 [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
09:50:50.919 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.921 [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
09:50:50.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/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.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@1af360ea
09:50:50.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
09:50:50.970 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.971 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:50.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/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.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@3f64bf12
09:50:50.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
09:50:50.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.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
09:50:50.973 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.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/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.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@12388a50
09:50:50.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
09:50:50.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.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
09:50:50.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/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.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@4b3ca14
09:50:50.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:50.975 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:50.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
09:50:50.977 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:50.977 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b7533a66-4002-4a8d-a92a-76ee8eac6da3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.978 [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@501ecfd
09:50:50.978 [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
09:50:50.978 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.979 [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
09:50: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/b7533a66-4002-4a8d-a92a-76ee8eac6da3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:50.979 [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@58e5c5be
09:50:50.979 [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
09:50:50.979 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:50.980 [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
09:50:51.044 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba06e999-72e4-4c27-a539-3ca30690d77a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c2e059c
09:50:51.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.045 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.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
09:50:51.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba06e999-72e4-4c27-a539-3ca30690d77a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ac3f722
09:50:51.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.047 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.048 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba06e999-72e4-4c27-a539-3ca30690d77a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e0f9a4f
09:50:51.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.049 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba06e999-72e4-4c27-a539-3ca30690d77a","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c119c9f
09:50:51.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.050 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.051 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.135 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|3ab0bd3e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|3ab0bd3e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b7533a66-4002-4a8d-a92a-76ee8eac6da3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.159 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|56ec427, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|56ec427, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b7533a66-4002-4a8d-a92a-76ee8eac6da3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.253 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc4b55b7-0743-4365-b6f8-29bcd60603b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.254 [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@3565d666
09:50:51.254 [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
09:50:51.254 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.255 [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
09:50:51.255 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc4b55b7-0743-4365-b6f8-29bcd60603b8","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.256 [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@742be052
09:50:51.256 [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
09:50:51.256 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.256 [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
09:50:51.329 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|3fe89f74, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|3fe89f74, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.344 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fd41fe68-e3b5-442f-90c0-969b41e5c7c0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49c3848a
09:50:51.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.345 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50: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
09:50:51.346 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fd41fe68-e3b5-442f-90c0-969b41e5c7c0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7341da08
09:50:51.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.347 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fd41fe68-e3b5-442f-90c0-969b41e5c7c0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50: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@57f74c42
09:50: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
09:50:51.348 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fd41fe68-e3b5-442f-90c0-969b41e5c7c0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.349 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2974b3c0
09:50:51.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.350 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50: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
09:50:51.414 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|28b97d53, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|28b97d53, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.443 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5df9be53, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5df9be53, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc4b55b7-0743-4365-b6f8-29bcd60603b8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.443 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2f37369c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2f37369c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6a069eb-739a-4a5d-ba16-aa8e4be57bf9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.552 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a4955162-7beb-418a-8137-f4b6d12cc447","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.553 [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@51c0e3c3
09:50:51.553 [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
09:50:51.553 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.554 [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
09:50:51.554 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a4955162-7beb-418a-8137-f4b6d12cc447","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.555 [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@21b4d527
09:50:51.555 [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
09:50:51.555 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.555 [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
09:50:51.616 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/558d5398-1c97-4894-9264-9acb68b31cc7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.617 [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@10b226af
09:50:51.617 [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
09:50:51.617 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.618 [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
09:50:51.618 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/558d5398-1c97-4894-9264-9acb68b31cc7","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.618 [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@47033854
09:50:51.618 [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
09:50:51.618 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.619 [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
09:50:51.653 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ec0128f5-f083-445a-a117-6ef7b797f1c5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55ea3a3
09:50:51.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.654 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.656 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.656 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ec0128f5-f083-445a-a117-6ef7b797f1c5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.656 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b8b875c
09:50:51.657 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.657 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.658 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ec0128f5-f083-445a-a117-6ef7b797f1c5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31864506
09:50:51.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.659 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.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/19115547-a5f7-4d79-a8fc-37e2cc9d3fec","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.661 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.661 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71304209
09:50:51.661 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.661 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.661 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ec0128f5-f083-445a-a117-6ef7b797f1c5","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.673 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4aa1b023
09:50:51.673 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.673 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.674 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.675 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46a72c15
09:50:51.675 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.675 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.675 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.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
09:50:51.712 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.712 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a527dd7
09:50:51.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.713 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@673b80b
09:50:51.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.714 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.715 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.716 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.728 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5bd92a12, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5bd92a12, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a4955162-7beb-418a-8137-f4b6d12cc447, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.820 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|16ff0aa0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|16ff0aa0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a4955162-7beb-418a-8137-f4b6d12cc447, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:51.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/4440a78a-8eed-49ba-ad91-61ed196ab121","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.862 [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@7b52ce95
09:50:51.862 [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
09:50:51.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.863 [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
09:50:51.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/4440a78a-8eed-49ba-ad91-61ed196ab121","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.863 [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@1ed903a4
09:50:51.863 [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
09:50:51.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:51.864 [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
09:50:51.936 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/de0b143f-d145-4a6d-a691-41d51d1e5cee","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@23141265
09:50:51.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.937 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.938 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50: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/de0b143f-d145-4a6d-a691-41d51d1e5cee","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3bcafc57
09:50:51.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.939 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/de0b143f-d145-4a6d-a691-41d51d1e5cee","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50: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.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a051e50
09:50: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.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.940 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:51.941 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/de0b143f-d145-4a6d-a691-41d51d1e5cee","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:51.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34913b05
09:50:51.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:51.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:51.942 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.016 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|a653243, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|a653243, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4440a78a-8eed-49ba-ad91-61ed196ab121, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.041 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|49ff7424, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|49ff7424, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d6468f54-3b5c-430e-add6-63ef0e3da32d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.062 [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@1f67bbf2
09:50:52.062 [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
09:50:52.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:52.113 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d6468f54-3b5c-430e-add6-63ef0e3da32d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.114 [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@7a9937d5
09:50:52.114 [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
09:50:52.114 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.114 [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
09:50:52.127 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5bfab875, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5bfab875, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.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 -> 2tg7h9ad17jvrw41q8u4nt|549b887, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|549b887, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19115547-a5f7-4d79-a8fc-37e2cc9d3fec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.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/4b54255a-de84-4833-8b44-591304b8e169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.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@5d6b6e3b
09:50:52.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.153 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.154 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.155 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b54255a-de84-4833-8b44-591304b8e169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.156 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39bd891a
09:50:52.156 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.156 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.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
09:50:52.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:52.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/4b54255a-de84-4833-8b44-591304b8e169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3c57dc54
09:50:52.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.158 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b54255a-de84-4833-8b44-591304b8e169","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36b17cf3
09:50:52.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.159 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.160 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.278 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ba12eaa-d75e-4eb2-af01-b0a0ec16ee95","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.313 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1926981
09:50:52.313 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:52.313 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.314 [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
09:50:52.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/4ba12eaa-d75e-4eb2-af01-b0a0ec16ee95","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.314 [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@3490bbb8
09:50:52.314 [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
09:50:52.314 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.315 [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
09:50:52.317 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|70fe74b4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|70fe74b4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d6468f54-3b5c-430e-add6-63ef0e3da32d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.344 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.345 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18ee80eb
09:50:52.345 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.345 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.346 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.346 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.346 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a1b2ba3
09:50:52.347 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.347 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.347 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:52.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ea8ee6e
09:50:52.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.348 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.349 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.349 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.350 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1cfbeee4
09:50:52.350 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.350 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.351 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.369 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d67916e-ab9e-42a6-a069-25e8da16341d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.370 [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@29265bc1
09:50:52.370 [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
09:50:52.370 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:52.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d67916e-ab9e-42a6-a069-25e8da16341d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42eecb5c
09:50:52.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:52.413 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.414 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:52.443 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|1be3d8ec, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|1be3d8ec, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.455 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b017b9b-9113-4a33-b9b6-6009119a91bf","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e0872a1
09:50:52.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.456 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.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
09:50:52.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b017b9b-9113-4a33-b9b6-6009119a91bf","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@399adffa
09:50:52.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.458 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.459 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:52.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b017b9b-9113-4a33-b9b6-6009119a91bf","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@214e67b3
09:50:52.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.460 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b017b9b-9113-4a33-b9b6-6009119a91bf","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4853fe3
09:50:52.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.462 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.513 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.529 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5d79fb75, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5d79fb75, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.551 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|18091fbe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|18091fbe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d67916e-ab9e-42a6-a069-25e8da16341d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.624 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|730da882, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|730da882, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20f1f370-fdeb-4dbe-9332-c9aeb92d3e63, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.724 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
09:50:52.719 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|38906d7d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|38906d7d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0d67916e-ab9e-42a6-a069-25e8da16341d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.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/7413763e-09e8-44c8-8af5-35cfa88dfdea","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.762 [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@136e81e4
09:50:52.762 [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
09:50:52.762 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.764 [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
09:50:52.764 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7413763e-09e8-44c8-8af5-35cfa88dfdea","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.764 [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@1cc6473c
09:50:52.765 [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
09:50:52.765 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.765 [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
09:50:52.816 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/daebee1e-0cb3-4589-b0a7-2805ee8d5326","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.817 [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@4250ebf1
09:50:52.817 [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
09:50:52.817 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.818 [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
09:50:52.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/daebee1e-0cb3-4589-b0a7-2805ee8d5326","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.818 [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@49b26d05
09:50:52.818 [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
09:50:52.818 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:52.819 [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
09:50:52.853 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bef632b2-b354-431b-a053-f594d724a55f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.854 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45975d3a
09:50:52.854 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.854 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.855 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.855 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bef632b2-b354-431b-a053-f594d724a55f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.855 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a24564
09:50:52.855 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.855 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.856 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:52.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bef632b2-b354-431b-a053-f594d724a55f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b7620ec
09:50:52.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.857 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.858 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.858 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bef632b2-b354-431b-a053-f594d724a55f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.858 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f00a7df
09:50:52.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.859 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.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/38874c21-029f-4b05-85a1-0f9976a7da63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54290db7
09:50:52.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.861 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.862 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38874c21-029f-4b05-85a1-0f9976a7da63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c2975dd
09:50:52.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.863 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.864 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:52.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/38874c21-029f-4b05-85a1-0f9976a7da63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11570b72
09:50:52.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.865 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.866 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.866 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38874c21-029f-4b05-85a1-0f9976a7da63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:52.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4910e1e1
09:50:52.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:52.867 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:52.868 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:52.919 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|17723c59, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|17723c59, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bef632b2-b354-431b-a053-f594d724a55f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.924 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2489008d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2489008d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/daebee1e-0cb3-4589-b0a7-2805ee8d5326, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:52.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/0e58ae4f-ba33-4247-b601-fe69d0de12f2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d589fc4
09:50:53.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:53.014 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:53.015 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0e58ae4f-ba33-4247-b601-fe69d0de12f2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.016 [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@57fa94e9
09:50:53.016 [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
09:50:53.016 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.016 [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
09:50:53.023 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|16441538, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|16441538, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/daebee1e-0cb3-4589-b0a7-2805ee8d5326, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:53.044 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f1e56ec-b471-4dea-bb75-ee7f7ef5525f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@704883ac
09:50:53.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.045 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f1e56ec-b471-4dea-bb75-ee7f7ef5525f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@53320611
09:50:53.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.046 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.047 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:53.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f1e56ec-b471-4dea-bb75-ee7f7ef5525f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@415717ed
09:50:53.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.048 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.049 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.049 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f1e56ec-b471-4dea-bb75-ee7f7ef5525f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.049 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26845af7
09:50:53.049 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.049 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.050 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.061 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d073f8a7-70d1-4b33-9699-88e9829489e9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.062 [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@786d1a4b
09:50:53.062 [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
09:50:53.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:53.062 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d073f8a7-70d1-4b33-9699-88e9829489e9","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.063 [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@26f22a11
09:50:53.063 [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
09:50:53.063 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.063 [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
09:50:53.067 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5efe9231, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5efe9231, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f1e56ec-b471-4dea-bb75-ee7f7ef5525f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:53.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/c8af66f1-c002-43fc-a99a-097ee1351883","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7de21168
09:50:53.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
09:50:53.137 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.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
09:50:53.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/c8af66f1-c002-43fc-a99a-097ee1351883","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@210a27f4
09:50:53.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.138 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.139 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:53.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c8af66f1-c002-43fc-a99a-097ee1351883","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39b100ae
09:50:53.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.140 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.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/c8af66f1-c002-43fc-a99a-097ee1351883","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3061d2f5
09:50:53.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.141 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.142 [ForkJoinPool-1-worker-3] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.159 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|22a2d2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|22a2d2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d073f8a7-70d1-4b33-9699-88e9829489e9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:53.216 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/846b2e46-5d30-4bc3-8584-6ec6948b499d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.217 [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@33c5eca1
09:50:53.217 [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
09:50:53.217 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.218 [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
09:50:53.218 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/846b2e46-5d30-4bc3-8584-6ec6948b499d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.218 [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@35b1a234
09:50:53.218 [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
09:50:53.218 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.219 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
09:50:53.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6a78a176-b518-4f8e-8d03-29af63983387","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.245 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ee22a5c
09:50:53.245 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.245 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6a78a176-b518-4f8e-8d03-29af63983387","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.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@184a0f3f
09:50:53.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
09:50:53.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6a78a176-b518-4f8e-8d03-29af63983387","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@92ffe3b
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6a78a176-b518-4f8e-8d03-29af63983387","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5340b12
09:50:53.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.315 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|172f4493, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|172f4493, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6a78a176-b518-4f8e-8d03-29af63983387, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:53.353 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf12e3b0-0b90-4a09-b6e9-8b8803cf60df","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.354 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13b040af
09:50:53.354 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:53.354 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.355 [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
09:50:53.355 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf12e3b0-0b90-4a09-b6e9-8b8803cf60df","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.355 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f994a96
09:50:53.355 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:53.355 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:53.356 [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
09:50:53.461 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.462 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70b67a0a
09:50:53.462 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.462 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.463 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.463 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.464 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6888ff86
09:50:53.464 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.464 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.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
09:50:53.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:53.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f33c8a4
09:50:53.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.465 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.466 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.466 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:53.466 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a1f1816
09:50:53.466 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:53.466 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:53.467 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:53.515 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|d822a60, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|d822a60, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:53.539 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|b63cd4b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|b63cd4b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b74d32f-68d4-4d92-a707-06ec1ae09a79, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.028 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd8b853e-64f7-4e7d-a5c8-2483b1487dac","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.029 [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@82f6a96
09:50:54.029 [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
09:50:54.029 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.030 [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
09:50:54.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd8b853e-64f7-4e7d-a5c8-2483b1487dac","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.030 [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@1a82fda9
09:50:54.030 [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
09:50:54.030 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.031 [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
09:50:54.070 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0fd34bd4-68f4-4b9c-b071-09072ec41709","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.070 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@19c8ca1c
09:50:54.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.071 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0fd34bd4-68f4-4b9c-b071-09072ec41709","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ce13e39
09:50:54.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.072 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.073 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.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/0fd34bd4-68f4-4b9c-b071-09072ec41709","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.074 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40bfc16e
09:50:54.074 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.074 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0fd34bd4-68f4-4b9c-b071-09072ec41709","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7eaaf71b
09:50:54.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.075 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.076 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.128 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5c80ba05, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5c80ba05, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0fd34bd4-68f4-4b9c-b071-09072ec41709, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.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 -> 2tg7h9ad17jvrw41q8u4nt|d0c9d20, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|d0c9d20, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0fd34bd4-68f4-4b9c-b071-09072ec41709, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.186 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fff60223-98b7-4ec3-9488-f86f3e9ed7d6","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34dd5b48
09:50:54.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:54.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:54.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fff60223-98b7-4ec3-9488-f86f3e9ed7d6","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.214 [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@6d658004
09:50:54.214 [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
09:50:54.214 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.216 [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
09:50:54.253 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e46f6943-bf70-4d7b-9208-8f9effdef92d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.254 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1889ad19
09:50:54.254 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.254 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.255 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.255 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e46f6943-bf70-4d7b-9208-8f9effdef92d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.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@48c7abf6
09:50:54.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
09:50:54.255 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.256 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e46f6943-bf70-4d7b-9208-8f9effdef92d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ef42ba
09:50:54.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.257 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.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
09:50:54.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/e46f6943-bf70-4d7b-9208-8f9effdef92d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57df3392
09:50:54.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.258 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.259 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.275 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|33567964, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|33567964, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e46f6943-bf70-4d7b-9208-8f9effdef92d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.370 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bc7970c-b7fa-4129-919b-d31dd50a2f87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.371 [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@19a044b3
09:50:54.371 [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
09:50:54.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.372 [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
09:50:54.372 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9bc7970c-b7fa-4129-919b-d31dd50a2f87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.373 [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@12fa0713
09:50:54.373 [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
09:50:54.373 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.373 [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
09:50:54.436 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6375a121-5d34-426d-b73a-e06e8b3be503","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.437 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bb42830
09:50:54.437 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.437 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.438 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.438 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6375a121-5d34-426d-b73a-e06e8b3be503","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.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@16973b6e
09:50:54.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
09:50:54.439 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.439 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6375a121-5d34-426d-b73a-e06e8b3be503","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c601c43
09:50:54.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.440 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.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
09:50:54.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/6375a121-5d34-426d-b73a-e06e8b3be503","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.441 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4acabdc5
09:50:54.441 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.441 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.442 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.458 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|35270cc5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|35270cc5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6375a121-5d34-426d-b73a-e06e8b3be503, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.528 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed6d1b5c-1abe-481f-8f0f-901bb975847c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.529 [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@694c2fa4
09:50:54.529 [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
09:50:54.529 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.530 [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
09:50:54.530 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed6d1b5c-1abe-481f-8f0f-901bb975847c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.530 [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@409a1497
09:50:54.530 [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
09:50:54.530 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.531 [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
09:50:54.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e49d053c-b7c8-4b52-9669-2432e12a4655","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71332860
09:50:54.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.553 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.554 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.554 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e49d053c-b7c8-4b52-9669-2432e12a4655","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.555 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68238314
09:50:54.555 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.555 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e49d053c-b7c8-4b52-9669-2432e12a4655","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6cf6dce5
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.556 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.557 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.557 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e49d053c-b7c8-4b52-9669-2432e12a4655","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c028dcb
09:50:54.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.558 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.623 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|e5e7c90, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|e5e7c90, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e49d053c-b7c8-4b52-9669-2432e12a4655, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.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/c0c3f484-8d2b-492e-8eb6-d612821cefca","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.662 [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@6bf8381c
09:50:54.662 [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
09:50:54.662 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.663 [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
09:50:54.663 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0c3f484-8d2b-492e-8eb6-d612821cefca","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.663 [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@5954613c
09:50:54.663 [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
09:50:54.663 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.664 [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
09:50:54.736 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/90c82603-34f6-4aa3-84ba-7331caa210ba","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@534c48cd
09:50:54.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.737 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.738 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/90c82603-34f6-4aa3-84ba-7331caa210ba","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@343cf587
09:50:54.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.739 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/90c82603-34f6-4aa3-84ba-7331caa210ba","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@206f1459
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.740 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.741 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.741 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/90c82603-34f6-4aa3-84ba-7331caa210ba","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d9ada53
09:50:54.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.742 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.757 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|22976e65, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|22976e65, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/90c82603-34f6-4aa3-84ba-7331caa210ba, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.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/1b298713-02cf-470d-8f3e-de644886d014","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.804 [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@27329c25
09:50:54.812 [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
09:50:54.812 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.813 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:54.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b298713-02cf-470d-8f3e-de644886d014","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f999174
09:50:54.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:54.814 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:54.815 [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
09:50:54.845 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.846 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71101b78
09:50:54.846 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.846 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.847 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.847 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.847 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c2efe4c
09:50:54.847 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.847 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.849 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.849 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:54.849 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.850 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4935dcc2
09:50:54.850 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.850 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.851 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.851 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:54.851 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4978db94
09:50:54.851 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:54.851 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:54.852 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:54.924 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|78919b0e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|78919b0e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:54.951 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|659a4634, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|659a4634, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1aa6f29f-cd27-4fad-a809-e0946baec397, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.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/2ef38b67-419e-491c-beb6-bfd19e118639","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ec76eff
09:50:55.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.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:55.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.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
09:50:55.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ef38b67-419e-491c-beb6-bfd19e118639","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.039 [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@21803e9d
09:50:55.039 [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
09:50:55.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.039 [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
09:50:55.078 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47b8114b-5613-4f9a-b055-5c45a415aa11","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.079 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a19663
09:50:55.079 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.079 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.081 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.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/47b8114b-5613-4f9a-b055-5c45a415aa11","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.081 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@782e7133
09:50:55.082 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.082 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.083 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.083 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.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/47b8114b-5613-4f9a-b055-5c45a415aa11","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.084 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@581b4d59
09:50:55.084 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.084 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.085 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.085 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47b8114b-5613-4f9a-b055-5c45a415aa11","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.086 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a64075e
09:50:55.086 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.086 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.087 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.127 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4493c94b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4493c94b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/47b8114b-5613-4f9a-b055-5c45a415aa11, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.178 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/58f723e2-d3ab-423d-996b-687d4d5201d3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6540abc1
09:50:55.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:55.212 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:55.213 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/58f723e2-d3ab-423d-996b-687d4d5201d3","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.214 [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@77ed6573
09:50:55.214 [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
09:50:55.214 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.215 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:55.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/597de51c-76a7-4d69-80c8-7ab7f364c48b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5319d5c5
09:50:55.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.238 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.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/597de51c-76a7-4d69-80c8-7ab7f364c48b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ce8c62f
09:50:55.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.241 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/597de51c-76a7-4d69-80c8-7ab7f364c48b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@1331ed25
09:50:55.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
09:50:55.243 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/597de51c-76a7-4d69-80c8-7ab7f364c48b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d37f817
09:50:55.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.244 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.260 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|5b62e65e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|5b62e65e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/597de51c-76a7-4d69-80c8-7ab7f364c48b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.345 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be40b583-8f47-43c4-8c1e-8ca92e4de39f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.346 [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@169d3723
09:50:55.346 [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
09:50:55.346 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.347 [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
09:50:55.347 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be40b583-8f47-43c4-8c1e-8ca92e4de39f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.347 [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@21f2a601
09:50:55.347 [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
09:50:55.347 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.348 [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
09:50:55.370 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e2b3aa3
09:50:55.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.385 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.385 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.385 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2da5b36d
09:50:55.385 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.385 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.386 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.387 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.387 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.412 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74d78901
09:50:55.412 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.412 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.413 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.413 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ceec655
09:50:55.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.414 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.430 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|951f1d2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|951f1d2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.456 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2292305, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2292305, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/adc464a7-5a99-46c4-9cca-8c55e7b45d61, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.545 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/721c3d4a-d1b3-4a2e-b2bd-74ffc18fdc38","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.546 [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@254ec04e
09:50:55.546 [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
09:50:55.546 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.547 [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
09:50:55.547 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/721c3d4a-d1b3-4a2e-b2bd-74ffc18fdc38","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.547 [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@65cb90c4
09:50:55.547 [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
09:50:55.547 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.548 [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
09:50:55.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/e8933715-d715-44d4-a463-3c64fa9ba969","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2dfcfafe
09:50:55.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.571 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e8933715-d715-44d4-a463-3c64fa9ba969","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d886f12
09:50:55.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.572 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.573 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.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/e8933715-d715-44d4-a463-3c64fa9ba969","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@238d2362
09:50:55.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.574 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.575 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.575 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e8933715-d715-44d4-a463-3c64fa9ba969","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@6a04726f
09:50:55.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
09:50:55.575 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.641 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|56cdbca2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|56cdbca2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e8933715-d715-44d4-a463-3c64fa9ba969, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.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 -> 2tg7h9ad17jvrw41q8u4nt|2ea1939c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2ea1939c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e8933715-d715-44d4-a463-3c64fa9ba969, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.745 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/79c1dd62-39ae-40e6-95a3-cede2e68707c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.746 [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@12e0e27a
09:50:55.746 [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
09:50:55.746 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.746 [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
09:50:55.746 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/79c1dd62-39ae-40e6-95a3-cede2e68707c","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.747 [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@127c6536
09:50:55.747 [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
09:50:55.747 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.747 [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
09:50:55.778 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe40a251-9cff-4a0a-b42a-862b01e6256f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.779 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@595fe0a1
09:50:55.779 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.779 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.780 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.780 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe40a251-9cff-4a0a-b42a-862b01e6256f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@227f37cd
09:50:55.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.781 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.782 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.782 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.782 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe40a251-9cff-4a0a-b42a-862b01e6256f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@1ea80ef3
09:50:55.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.h2.sql.yaml, input: null
09:50:55.782 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.783 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.783 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe40a251-9cff-4a0a-b42a-862b01e6256f","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.783 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5922e0a9
09:50:55.783 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:55.783 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.784 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.826 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|4e1f5c9e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|4e1f5c9e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fe40a251-9cff-4a0a-b42a-862b01e6256f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:55.878 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0371075e-0a0c-4793-b658-655809b28899","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.912 [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@28fcb57c
09:50:55.912 [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
09:50:55.912 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.913 [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
09:50:55.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0371075e-0a0c-4793-b658-655809b28899","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.913 [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@6b1a5901
09:50:55.913 [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
09:50:55.913 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:55.914 [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
09:50:55.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/d54fa701-f057-429c-8969-1983781ff736","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@3a8ef453
09:50:55.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
09:50:55.938 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.939 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d54fa701-f057-429c-8969-1983781ff736","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@53f9f158
09:50:55.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
09:50:55.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.940 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:55.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:55.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/d54fa701-f057-429c-8969-1983781ff736","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@3d1459da
09:50:55.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
09:50:55.941 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.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/d54fa701-f057-429c-8969-1983781ff736","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:55.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@16df37de
09:50:55.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
09:50:55.942 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:55.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
09:50:55.958 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|299a0329, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|299a0329, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d54fa701-f057-429c-8969-1983781ff736, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d313b045-8c0c-42f8-86b7-6fbe92399d03","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.038 [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@6d219dc7
09:50:56.038 [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
09:50:56.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.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
09:50:56.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d313b045-8c0c-42f8-86b7-6fbe92399d03","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.039 [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@4f84e24
09:50:56.039 [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
09:50:56.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.039 [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
09:50:56.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/39760614-212f-4324-897c-d2a2bbd1e498","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.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@636cc3b8
09:50:56.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
09:50:56.063 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.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
09:50:56.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/39760614-212f-4324-897c-d2a2bbd1e498","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.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@22ab5c6e
09:50:56.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.064 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.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
09:50:56.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.065 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39760614-212f-4324-897c-d2a2bbd1e498","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d679547
09:50:56.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.066 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39760614-212f-4324-897c-d2a2bbd1e498","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48b251ce
09:50:56.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.067 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.133 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|2c7d5eab, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|2c7d5eab, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39760614-212f-4324-897c-d2a2bbd1e498, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.154 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|71069a80, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|71069a80, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39760614-212f-4324-897c-d2a2bbd1e498, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.221 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06158c67-dc63-4c00-b853-1acb58accf63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.222 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e4704b5
09:50:56.222 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null
09:50:56.222 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.223 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:56.223 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06158c67-dc63-4c00-b853-1acb58accf63","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.224 [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@7529b8d5
09:50:56.224 [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
09:50:56.224 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.224 [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
09:50:56.245 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b132818b-8dae-4857-b597-693aa8c2d694","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3cfac66a
09:50:56.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.246 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.247 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b132818b-8dae-4857-b597-693aa8c2d694","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@37263048
09:50:56.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.248 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b132818b-8dae-4857-b597-693aa8c2d694","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a97b6e1
09:50:56.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.249 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b132818b-8dae-4857-b597-693aa8c2d694","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d2c0498
09:50:56.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.250 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.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
09:50:56.267 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|792b8eaa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|792b8eaa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b132818b-8dae-4857-b597-693aa8c2d694, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.370 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3d2e8daf-2bcc-4f49-bce6-3999443aff2d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.371 [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@68efc8ee
09:50:56.371 [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
09:50:56.371 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.372 [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
09:50:56.372 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3d2e8daf-2bcc-4f49-bce6-3999443aff2d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.372 [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@40698708
09:50:56.372 [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
09:50:56.372 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.373 [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
09:50:56.428 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e98998d6-5512-423e-b88e-4b86049a7c1b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.429 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@19279bf8
09:50:56.429 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.429 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.430 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.430 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e98998d6-5512-423e-b88e-4b86049a7c1b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.431 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@200276ec
09:50:56.431 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.431 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.431 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.432 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.432 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e98998d6-5512-423e-b88e-4b86049a7c1b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.432 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5afb9ba0
09:50:56.432 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.432 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e98998d6-5512-423e-b88e-4b86049a7c1b","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13419b6d
09:50:56.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.433 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.434 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.449 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|623df33d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|623df33d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e98998d6-5512-423e-b88e-4b86049a7c1b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.495 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ac1ad1d-d5ed-4089-9009-48d26ea04941","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.512 [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@5a3f3c32
09:50:56.512 [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
09:50:56.512 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.513 [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
09:50:56.513 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ac1ad1d-d5ed-4089-9009-48d26ea04941","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.514 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@adea58d
09:50:56.514 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null
09:50:56.514 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.515 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
09:50:56.537 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1a54850-45ba-4d85-b138-ca224e8f08d2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.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@690cd407
09:50:56.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
09:50:56.538 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.539 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.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/c1a54850-45ba-4d85-b138-ca224e8f08d2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.540 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@329cb361
09:50:56.540 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.540 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.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
09:50:56.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1a54850-45ba-4d85-b138-ca224e8f08d2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@677115b7
09:50:56.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.541 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.542 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.542 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1a54850-45ba-4d85-b138-ca224e8f08d2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.543 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d05771c
09:50:56.543 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.543 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.544 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.615 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|14ac8f03, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|14ac8f03, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1a54850-45ba-4d85-b138-ca224e8f08d2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.654 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/94ea9cf2-2f06-4950-9c8e-78889f8a706d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.655 [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@45ac9cd1
09:50:56.655 [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
09:50:56.655 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.656 [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
09:50:56.656 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/94ea9cf2-2f06-4950-9c8e-78889f8a706d","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.656 [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@5df5a7df
09:50:56.656 [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
09:50:56.656 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.657 [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
09:50:56.729 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4bac5639
09:50:56.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.730 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.731 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.731 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@373215dd
09:50:56.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.732 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@56340607
09:50:56.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.733 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.734 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f61f500
09:50:56.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.735 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.754 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|372602e3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|372602e3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.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 -> 2tg7h9ad17jvrw41q8u4nt|11f64401, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|11f64401, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b8e17a0-ad33-4370-a7f3-5400e71df8ef, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.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/bdb3a3a3-6d69-4476-9e00-88bf79277eea","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.838 [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@6c08a3ea
09:50:56.838 [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
09:50:56.838 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.839 [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
09:50:56.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/bdb3a3a3-6d69-4476-9e00-88bf79277eea","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.839 [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@5332c0db
09:50:56.839 [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
09:50:56.839 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.840 [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
09:50:56.862 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/030679ae-5e0e-44c7-962c-0fe84f4556b2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.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@56ed187d
09:50:56.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
09:50:56.863 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.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/030679ae-5e0e-44c7-962c-0fe84f4556b2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3170c88c
09:50:56.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.864 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.865 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.866 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:56.866 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/030679ae-5e0e-44c7-962c-0fe84f4556b2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.866 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b3b60a0
09:50:56.866 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.866 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/030679ae-5e0e-44c7-962c-0fe84f4556b2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fcfb5e8
09:50:56.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:56.867 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:56.868 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:56.922 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|ad664b2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|ad664b2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/030679ae-5e0e-44c7-962c-0fe84f4556b2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:56.970 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f2b2f69-bc26-440d-b168-42678b870fa2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.971 [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@28b3fce3
09:50:56.971 [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
09:50:56.972 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:56.973 [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
09:50:56.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/2f2b2f69-bc26-440d-b168-42678b870fa2","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:56.974 [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@2b53f3ce
09:50:56.974 [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
09:50:56.974 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:57.012 [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
09:50:57.037 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f1e9651-57f5-43a4-9d38-585904527b78","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34784a08
09:50:57.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.038 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f1e9651-57f5-43a4-9d38-585904527b78","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c4443ec
09:50:57.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.039 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f1e9651-57f5-43a4-9d38-585904527b78","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6dedda0c
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.040 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f1e9651-57f5-43a4-9d38-585904527b78","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@365aa0a3
09:50:57.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.041 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.042 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.058 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|7f3b7a8d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|7f3b7a8d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f1e9651-57f5-43a4-9d38-585904527b78, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
09:50:57.129 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad7a29d0-2b5b-44c1-90ec-ab42ab1895b0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.129 [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@214436dc
09:50:57.129 [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
09:50:57.129 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:57.130 [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
09:50:57.130 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad7a29d0-2b5b-44c1-90ec-ab42ab1895b0","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.130 [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@f92bdd9
09:50:57.131 [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
09:50:57.131 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
09:50:57.131 [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
09:50:57.154 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/edf6bf13-4c88-4a0a-8ec2-6fd88fc85b87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.155 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68d2529a
09:50:57.155 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.155 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.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
09:50:57.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/edf6bf13-4c88-4a0a-8ec2-6fd88fc85b87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.156 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@482c378d
09:50:57.156 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.156 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:50:57.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/edf6bf13-4c88-4a0a-8ec2-6fd88fc85b87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.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@65f8814d
09:50:57.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
09:50:57.157 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.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
09:50:57.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/edf6bf13-4c88-4a0a-8ec2-6fd88fc85b87","user":null,"driver_class":"org.h2.Driver"} - table: null
09:50:57.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20129130
09:50:57.158 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
09:50:57.159 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
09:50:57.159 [ForkJoinPool-1-worker-1] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
09:50:57.175 [vertx-jdbc-service-get-connection-thread] INFO  c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7h9ad17jvrw41q8u4nt|76b8c7a7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7h9ad17jvrw41q8u4nt|76b8c7a7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/edf6bf13-4c88-4a0a-8ec2-6fd88fc85b87, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 4.525 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 67, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-jdbc ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >--------
[INFO] Building Hono Mongodb Based Device Registry 1.5.0-SNAPSHOT       [44/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-mongodb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb ---
[INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-mongodb ---
[INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- embedmongo-maven-plugin:0.4.2:start (start-mongodb) @ hono-service-device-registry-mongodb ---
[WARNING] Unrecognised MongoDB version '4.0.20', this might be a new version that we don't yet know about. Attempting download anyway...
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 START
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DownloadSize: 85436437
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 100% Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 downloaded with 41717kb/s
Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DONE
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz START
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz extract mongodb-linux-x86_64-4.0.20/bin/mongod
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz nothing left
Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz DONE
[INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@658ee0fa
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:integration-test (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
09:51:39.642 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:39473], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
09:51:39.694 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:39.700 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials]
09:51:39.732 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@23aae55 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:39473, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
09:51:39.741 [cluster-ClusterId{value='5fa51cab6708a77c420a114d', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:39473
09:51:39.745 [cluster-ClusterId{value='5fa51cab6708a77c420a114d', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:39473, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3064376}
09:51:39.766 [Thread-5] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:39473
09:51:40.051 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials]
09:51:40.052 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials]
09:51:40.355 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials]
09:51:40.355 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedCredentialsService - MongoDB Credentials service started
09:51:40.355 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
09:51:40.580 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
09:51:40.580 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
09:51:40.582 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext)
09:51:40.585 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:40.979 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:39473
09:51:40.983 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext)
09:51:41.216 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext)
09:51:41.217 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:41.373 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext)
09:51:41.374 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:41.772 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext)
09:51:41.773 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:41.907 [vert.x-eventloop-thread-2] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:42.037 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext)
09:51:42.038 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:42.153 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:42.273 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext)
09:51:42.285 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:39473
09:51:42.287 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext)
09:51:42.824 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext)
09:51:42.825 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:43.137 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext)
09:51:43.138 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:43.425 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext)
09:51:43.426 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:43.659 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext)
09:51:43.661 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
09:51:44.039 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext)
09:51:44.039 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:39473
09:51:44.054 [Thread-3] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:39473 because the pool has been closed.
09:51:44.054 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:39473 because the pool has been closed.
09:51:44.054 [Thread-4] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:39473 because the pool has been closed.
09:51:44.054 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:39473 because the pool has been closed.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.807 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
09:51:44.143 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:39473], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
09:51:44.145 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants]
09:51:44.146 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@3f36b447 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:39473, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
09:51:44.148 [cluster-ClusterId{value='5fa51cb06708a77c420a1166', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:39473
09:51:44.149 [cluster-ClusterId{value='5fa51cb06708a77c420a1166', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:39473, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=389079}
09:51:44.152 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:39473
09:51:44.430 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants]
09:51:44.430 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants]
09:51:44.529 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants]
09:51:44.529 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedTenantService - MongoDB Tenant service started
09:51:44.531 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext)
09:51:44.604 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext)
09:51:44.648 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext)
09:51:44.667 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext)
09:51:44.671 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext)
09:51:44.681 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext)
09:51:44.721 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext)
09:51:44.724 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext)
09:51:44.730 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext)
09:51:44.738 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext)
09:51:44.745 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext)
09:51:44.755 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext)
09:51:44.760 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext)
09:51:44.765 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext)
09:51:44.769 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext)
09:51:44.773 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext)
09:51:44.779 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext)
09:51:44.817 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext)
09:51:44.822 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:39473 because the pool has been closed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
09:51:44.832 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:39473], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
09:51:44.833 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
09:51:44.833 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@4c9e38 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:39473, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
09:51:44.835 [cluster-ClusterId{value='5fa51cb06708a77c420a117b', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:39473
09:51:44.836 [cluster-ClusterId{value='5fa51cb06708a77c420a117b', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:39473, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=407199}
09:51:44.838 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:39473
09:51:45.138 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
09:51:45.138 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
09:51:45.139 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
09:51:45.166 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
09:51:45.181 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
09:51:45.194 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
09:51:45.202 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
09:51:45.216 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
09:51:45.223 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
09:51:45.231 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
09:51:45.237 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:39473 because the pool has been closed.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
09:51:45.250 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:39473], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
09:51:45.250 [main] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices]
09:51:45.251 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@51751e5f from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:39473, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
09:51:45.253 [cluster-ClusterId{value='5fa51cb16708a77c420a118d', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:39473
09:51:45.253 [cluster-ClusterId{value='5fa51cb16708a77c420a118d', description='null'}-127.0.0.1:39473] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:39473, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=324915}
09:51:45.256 [Thread-5] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:39473
09:51:45.547 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices]
09:51:45.547 [vert.x-eventloop-thread-0] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started
09:51:45.548 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext)
09:51:45.556 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext)
09:51:45.570 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext)
09:51:45.573 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext)
09:51:45.578 [Thread-5] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:39473
09:51:45.586 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext)
09:51:45.591 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext)
09:51:45.601 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext)
09:51:45.607 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext)
09:51:45.612 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext)
09:51:45.615 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext)
09:51:45.623 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
09:51:45.628 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext)
09:51:45.632 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext)
09:51:45.645 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext)
09:51:45.649 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
09:51:45.656 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
09:51:45.661 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext)
09:51:45.665 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext)
09:51:45.672 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext)
09:51:45.675 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext)
09:51:45.679 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext)
09:51:45.716 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
09:51:45.722 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext)
09:51:45.725 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext)
09:51:45.730 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:39473 because the pool has been closed.
09:51:45.730 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:39473 because the pool has been closed.
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (run-tests) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- embedmongo-maven-plugin:0.4.2:stop (stop-mongodb) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-mongodb ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-mongodb ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-site >---------------------
[INFO] Building Hono Site 1.5.0-SNAPSHOT                                [45/46]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-site ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-site ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-site ---
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site ---
build-site.sh: line 15: hugo: command not found
Please install "hugo" to be able to build the hono documentation. See readme.md for further details.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-site ---
[INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-tests >---------------------
[INFO] Building Hono Integration Tests 1.5.0-SNAPSHOT                   [46/46]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-tests ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-tests ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-tests ---
[INFO] Skipping artifact installation
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.5.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [ 18.503 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.028 s]
[INFO] Legal Documents .................................... SUCCESS [  2.900 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.189 s]
[INFO] Hono Core .......................................... SUCCESS [ 44.805 s]
[INFO] Hono Clients ....................................... SUCCESS [  0.015 s]
[INFO] Hono Client for Protocol Adapters .................. SUCCESS [  0.596 s]
[INFO] Hono Client ........................................ SUCCESS [ 19.921 s]
[INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [  0.717 s]
[INFO] Hono Test Utils .................................... SUCCESS [  1.086 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  0.593 s]
[INFO] Hono Service base .................................. SUCCESS [ 20.485 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [ 11.919 s]
[INFO] Hono Service Base Test Utils ....................... SUCCESS [  0.575 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.224 s]
[INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [  0.398 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 13.123 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  7.979 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  0.602 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  7.202 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  0.572 s]
[INFO] Hono Service Base Quarkus .......................... SUCCESS [  5.829 s]
[INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [ 11.577 s]
[INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [  7.511 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  8.652 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  3.973 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  8.690 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  0.601 s]
[INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [  5.193 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  0.831 s]
[INFO] Hono command-line interface ........................ SUCCESS [  5.040 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.151 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.016 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.008 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.513 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 28.953 s]
[INFO] Hono Services ...................................... SUCCESS [  0.092 s]
[INFO] Hono Auth .......................................... SUCCESS [  4.220 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 51.436 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  3.627 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  4.905 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [ 11.124 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:03 min]
[INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 18.833 s]
[INFO] Hono Site .......................................... SUCCESS [  0.350 s]
[INFO] Hono Integration Tests ............................. SUCCESS [01:25 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:19 min
[INFO] Finished at: 2020-11-06T09:53:13Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMavene366db4a/maven-spy-20201106-094453-7829460066807215720080.log
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/pom.xml under org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/pom.xml under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/pom.xml under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact test-utils/pom.xml under org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/pom.xml under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/pom.xml under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/base-spring/pom.xml under org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/pom.xml under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/base-quarkus/pom.xml under org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/pom.xml under org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/pom.xml under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/pom.xml under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/pom.xml under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact site/pom.xml under org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact tests/pom.xml under org/eclipse/hono/hono-tests/1.5.0-SNAPSHOT/hono-tests-1.5.0-SNAPSHOT.pom
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter-amqp:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter-amqp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:core-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/core-test-utils/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:service-base-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/service-base-test-utils/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-quarkus/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-deploy:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-example-client:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/hono-client-examples/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/protocol-gateway-example/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-auth:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/base-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-connection/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-file:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-tests:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): tests/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-failsafe-plugin:integration-test (run-tests): services/device-registry-mongodb/target/failsafe-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 53 ms, Generated Artifacts Publisher: 3273 ms, Invoker Publisher: 1 ms, Junit Publisher: 1499 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 1463 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 5 ms, Open Task Scanner Publisher: 2 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregate Junit Test Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Build status: SUCCESS
[Pipeline] step
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS