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-0bb6t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-0bb6t" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hono.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-0bb6t" - 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-0bb6t" - 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-0bb6t 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 b88cc18819519cb004d363f0881b7ff44a42ecdf (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 b88cc18819519cb004d363f0881b7ff44a42ecdf # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master b88cc18819519cb004d363f0881b7ff44a42ecdf # timeout=10 Commit message: "Start up services sequentially" > git rev-list --no-walk 7d432d1c57f2f2f1c8805518f979ab64ee319629 # 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/withMaven43b85cb9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven43b85cb9" 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/withMaven43b85cb9/maven-spy-20201105-085204-23911494495334883039026.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 (31) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 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.614 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.077 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest 08:53:36.745 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 08:53:36.755 [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.122 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.util.TimeUntilDisconnectNotificationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.001 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.684 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.096 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.HonoProtonHelperTest 08:53:37.937 [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.207 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.575 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Running org.eclipse.hono.auth.BCryptHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 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.192 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.005 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.01 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.076 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.118 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.008 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.094 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.001 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest [INFO] Running org.eclipse.hono.util.EventBusMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.util.EventBusMessageTest [INFO] Running org.eclipse.hono.util.FuturesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.hono.util.FuturesTest [INFO] Running org.eclipse.hono.util.StringsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.StringsTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.58 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.916 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.CommandTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.46 s - in org.eclipse.hono.client.CommandTest [INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 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.082 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.108 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest [INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 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.023 s - in org.eclipse.hono.client.CommandResponseTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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.095 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 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.097 s - in org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.242 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.066 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.096 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.032 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.265 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 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.042 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.053 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 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 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 1.5.0-SNAPSHOT [10/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ test-utils --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ test-utils --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 1.5.0-SNAPSHOT [11/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ core-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ core-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ core-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 1.5.0-SNAPSHOT [12/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.EventBusServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 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.868 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest 08:54:52.646 [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.276 s - in org.eclipse.hono.service.http.X509AuthHandlerTest [INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 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.077 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest [INFO] Running org.eclipse.hono.service.http.HttpContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.service.http.HttpContextTest [INFO] Running org.eclipse.hono.service.AbstractApplicationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.014 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.073 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest 08:54:53.674 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 08:54:53.676 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 426970284] successfully connected 08:54:53.679 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 1122890182] successfully connected 08:54:53.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1589689535] successfully connected 08:54:53.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2032881214] successfully connected 08:54:53.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service 08:54:53.690 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service 08:54:53.730 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control 08:54:53.931 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 08:54:53.931 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1220090629] successfully connected 08:54:53.932 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 857433969] successfully connected 08:54:53.933 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1068943205] successfully connected 08:54:53.934 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1363454309] successfully connected 08:54:53.935 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service 08:54:53.936 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service 08:54:53.937 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control 08:54:53.941 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control 08:54:53.943 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 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.066 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest 08:54:54.133 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up 08:54:54.146 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 08:54:54.147 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 08:54:54.147 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true 08:54:54.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 08:54:54.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 08:54:54.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 08:54:54.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 08:54:54.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1] 08:54:54.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 08:54:54.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 08:54:54.165 [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.127 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest 08:54:54.576 [ForkJoinPool-1-worker-3] WARN o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null 08:54:55.156 [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"} [16944m:15s])))]: null [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest [INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest 08:54:55.262 [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"} [6294m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [6294m:15s]) or hono_messages_payload_bytes_sum*0))]: null [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest [INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest 08:54:55.873 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 08:54:55.874 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 08:54:55.879 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.VertxBasedHealthCheckServer - failed to start Health Check server java.lang.IllegalStateException: neither secure nor insecure server has been started at org.eclipse.hono.service.VertxBasedHealthCheckServer.lambda$start$0(VertxBasedHealthCheckServer.java:133) at io.vertx.core.Future.lambda$map$4(Future.java:411) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:131) at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:25) at io.vertx.core.Future.map(Future.java:407) at org.eclipse.hono.service.VertxBasedHealthCheckServer.start(VertxBasedHealthCheckServer.java:131) at org.eclipse.hono.service.VertxBasedHealthCheckServerTest.testHealthCheckServerWithNoBindAddressFailsToStart(VertxBasedHealthCheckServerTest.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) 08:54:56.041 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.782 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.088 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest 08:54:56.938 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 08:54:56.964 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 08:54:56.966 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:35149/readiness 08:54:56.966 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:35149/liveness 08:54:56.969 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 08:54:56.970 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:34841/readiness 08:54:56.970 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:34841/liveness [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 08:54:57.245 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds 08:54:57.246 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens 08:54:57.246 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens 08:54:57.385 [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.186 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest 08:54:58.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:35149] 08:54:58.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:34841] 08:54:58.171 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 08:54:58.171 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 08:54:58.187 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 08:54:58.187 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:36223/readiness 08:54:58.187 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:36223/liveness 08:54:58.245 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:36223] 08:54:58.282 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 08:54:58.338 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 08:54:58.348 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 08:54:58.348 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:43765/readiness 08:54:58.348 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:43765/liveness 08:54:58.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:43765] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest [INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest [INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest 08:54:58.566 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB). 08:54:58.569 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB). [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest 08:54:58.637 [ForkJoinPool-1-worker-1] INFO o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 08:54:58.641 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null) 08:54:58.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 08:54:58.649 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) 08:54:58.652 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest [INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest 08:54:58.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:58.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:58.854 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:58.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:58.870 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:58.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:58.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:58.886 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:58.893 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:58.898 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:59.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$1559892520] 08:54:59.192 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$1761290085] 08:54:59.209 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:59.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:59.234 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:59.252 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:59.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:59.266 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:59.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:59.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 08:54:59.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 08:54:59.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 162, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 1.5.0-SNAPSHOT [13/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest 08:55:20.890 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:20.895 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.178 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.179 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.238 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.239 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.252 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.253 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.262 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.263 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.331 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.332 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.344 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.345 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.360 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.361 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:21.369 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:21.370 [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.836 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest 08:55:21.570 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.573 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.636 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.638 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.654 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.656 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.672 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.673 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.740 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.742 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.759 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.761 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.774 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.776 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 08:55:21.846 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.848 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 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@3313806c,classLoader=java.lang.ref.WeakReference@52f6b8e1, 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@1e5f9d4b, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@40a888c9, 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@6f176050, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@8c1ece3, jmx_name=Default]] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest 08:55:21.869 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 08:55:21.870 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 08:55:23.136 [vert.x-worker-thread-0] INFO org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final 08:55:23.815 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:23.820 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.058 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.060 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.177 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.179 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.295 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.329 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.390 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.392 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.530 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.532 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.755 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.758 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.851 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.853 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:24.956 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:24.958 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.056 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.058 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.150 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.152 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.293 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.297 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.386 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.387 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.479 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.482 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.580 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.582 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.675 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.677 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.770 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.787 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.862 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.864 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:25.942 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:25.945 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.061 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.063 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.145 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.146 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.242 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.250 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.350 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.352 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.432 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.434 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.493 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.494 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.640 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.642 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.735 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.738 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.841 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.843 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.891 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.894 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:26.970 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:26.971 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:27.064 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:27.065 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:27.145 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:27.147 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 08:55:27.194 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 08:55:27.230 [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: 5.304 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 08:55:27.250 [Thread-15] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.250 [Thread-27] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.250 [Thread-107] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.251 [Thread-23] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.251 [Thread-131] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.251 [Thread-43] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.253 [Thread-91] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.254 [Thread-87] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.254 [Thread-79] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.254 [Thread-3] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.255 [Thread-51] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.255 [Thread-55] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.255 [Thread-35] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.257 [Thread-111] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.262 [Thread-19] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.263 [Thread-83] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.264 [Thread-95] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.264 [Thread-123] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.264 [Thread-119] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.265 [Thread-67] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.265 [Thread-11] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.265 [Thread-31] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.266 [Thread-71] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.270 [Thread-39] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.271 [Thread-59] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.271 [Thread-75] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.271 [Thread-115] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.271 [Thread-99] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.272 [Thread-103] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.272 [Thread-127] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.328 [Thread-63] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.328 [Thread-7] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 08:55:27.328 [Thread-47] 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: 4.095 s - in org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-amqp-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------ [INFO] Building Hono CoAP Adapter base 1.5.0-SNAPSHOT [18/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay 08:55:52.597 [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-0bb6t, jaeger.version=Java-1.2.0, ip=10.40.10.116}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.471 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.407 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest 08:55:54.951 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1855197568] 08:55:54.954 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1685231852] successfully connected 08:55:54.956 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 30300151] successfully connected 08:55:54.957 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 435446733] successfully connected 08:55:54.958 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 599167941] successfully connected 08:55:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service 08:55:54.962 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 08:55:54.964 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 08:55:54.969 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test] 08:55:56.151 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1855197568] 08:55:56.152 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1264603113] successfully connected 08:55:56.153 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 142008432] successfully connected 08:55:56.153 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1641541362] successfully connected 08:55:56.154 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2050738541] successfully connected 08:55:56.156 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service 08:55:56.157 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 08:55:56.158 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 08:55:56.248 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1855197568] 08:55:56.249 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 422799496] successfully connected 08:55:56.250 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 65355157] successfully connected 08:55:56.250 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 465113142] successfully connected 08:55:56.251 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1829897430] successfully connected 08:55:56.253 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service 08:55:56.254 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 08:55:56.256 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 08:55:56.455 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1855197568] 08:55:56.456 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 962094733] successfully connected 08:55:56.458 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 600614990] successfully connected 08:55:56.459 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 2069679366] successfully connected 08:55:56.460 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 373042370] successfully connected 08:55:56.462 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service 08:55:56.463 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 08:55:56.464 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 08:55:56.465 [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: 2.318 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >-------------- [INFO] Building Hono CoAP Adapter 1.5.0-SNAPSHOT [19/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-coap-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------ [INFO] Building Hono HTTP Adapter base 1.5.0-SNAPSHOT [20/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest 08:56:05.334 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:05.362 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 08:56:05.370 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Telemetry client [Mock for TelemetrySender, hashCode: 2098114949] successfully connected 08:56:05.377 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Event client [Mock for EventSender, hashCode: 677912283] successfully connected 08:56:05.378 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Tenant service client [Mock for TenantClient, hashCode: 362884910] successfully connected 08:56:05.437 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 984424749] successfully connected 08:56:05.445 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Credentials service 08:56:05.449 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service 08:56:05.451 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control 08:56:05.453 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false 08:56:05.488 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes 08:56:05.542 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:05.969 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:36581 08:56:06.047 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 08:56:06.641 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:06.839 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:06.881 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.035 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.082 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.181 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 08:56:07.270 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.450 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)] 08:56:07.471 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.534 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)] 08:56:07.577 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.580 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 08:56:07.660 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 08:56:07.737 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.738 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$133388698] 08:56:07.738 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1930660287] successfully connected 08:56:07.740 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1528688055] successfully connected 08:56:07.741 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1874841017] successfully connected 08:56:07.742 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2060904802] successfully connected 08:56:07.744 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service 08:56:07.745 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 08:56:07.745 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 08:56:07.746 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 08:56:07.747 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 08:56:07.751 [ForkJoinPool-1-worker-1] ERROR o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - error while starting up insecure http server io.vertx.core.impl.NoStackTraceThrowable: http server intentionally failed to start 08:56:07.758 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 08:56:07.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 08:56:07.837 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.859 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 08:56:07.935 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 08:56:07.944 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:07.968 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 08:56:08.039 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.137 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.179 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 08:56:08.239 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.240 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$133388698] 08:56:08.241 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 527026897] successfully connected 08:56:08.242 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 991013570] successfully connected 08:56:08.243 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 2030075476] successfully connected 08:56:08.244 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1472361384] successfully connected 08:56:08.245 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service 08:56:08.246 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 08:56:08.247 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 08:56:08.248 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 08:56:08.248 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 08:56:08.249 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 08:56:08.259 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 08:56:08.278 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.330 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 08:56:08.352 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 08:56:08.379 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.379 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$133388698] 08:56:08.380 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 675407842] successfully connected 08:56:08.381 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1427617955] successfully connected 08:56:08.381 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 999046321] successfully connected 08:56:08.382 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1175657846] successfully connected 08:56:08.384 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service 08:56:08.384 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 08:56:08.385 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 08:56:08.386 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 08:56:08.387 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 08:56:08.428 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 08:56:08.436 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 08:56:08.456 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] 08:56:08.473 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter 08:56:08.534 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter 08:56:08.547 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2086034531] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.633 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.639 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 05, 2020 8:56:20 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.416 s - in org.eclipse.hono.service.quarkus.SystemLoggerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >------------- [INFO] Building Hono Protocol Adapter Base (Quarkus) 1.5.0-SNAPSHOT [23/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-base-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-base-quarkus --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-base-quarkus --- [INFO] Type of the artifact is POM, skipping build goal [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >---------- [INFO] Building Hono HTTP Adapter (Quarkus) 1.5.0-SNAPSHOT [24/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-http-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /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 7014ms [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: 2.531 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.035 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.16 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.009 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.103 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 08:56:56.341 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$9416430] 08:56:56.347 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 508782797] successfully connected 08:56:56.349 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 1343167710] successfully connected 08:56:56.349 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1883369339] successfully connected 08:56:56.351 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2040425767] successfully connected 08:56:56.355 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service 08:56:56.356 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service 08:56:56.358 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control 08:56:56.360 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 08:56:56.362 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false 08:56:56.364 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 08:56:56.367 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest 08:56:57.825 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$9416430] 08:56:57.826 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 109416823] successfully connected 08:56:57.827 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 537827389] successfully connected 08:56:57.828 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1520376777] successfully connected 08:56:57.828 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 2111797391] successfully connected 08:56:57.829 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service 08:56:57.831 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service 08:56:57.831 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control 08:56:57.832 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 08:56:57.844 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2147483647 is too high: Recommended is maximum 48687 (based on max. available memory: 1073MB) 08:56:57.844 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false 08:56:57.844 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 08:56:57.847 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 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.663 s - in org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-kura --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-kura --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-kura --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-kura --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >-------------- [INFO] Building Hono LoRa Adapter 1.5.0-SNAPSHOT [27/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest SLF4J: A number (23) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay 08:57:15.957 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.976 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.069 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.014 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.021 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.074 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.042 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.049 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.037 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.015 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.011 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.075 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.014 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest 08:57:16.701 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:16.757 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:16.930 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:17.086 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:17.166 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:17.261 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] 08:57:17.452 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$196214074] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 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.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.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.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 5635ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >------------- [INFO] Building Hono Sigfox Adapter 1.5.0-SNAPSHOT [30/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-sigfox-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-sigfox-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-sigfox-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-sigfox-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-sigfox-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-sigfox-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-sigfox-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-sigfox-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-sigfox-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 1.5.0-SNAPSHOT [31/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.cli.app.ReceiverTest 08:57:37.519 [ForkJoinPool-1-worker-3] ERROR org.eclipse.hono.cli.app.Receiver - Error occurred during initialization of receiver: Invalid message type ["xxxxx"]. Valid types are "telemetry", "event" or "all" 08:57:37.549 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit 08:57:37.569 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit 08:57:37.585 [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.934 s - in org.eclipse.hono.cli.app.ReceiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-cli --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-deploy >-------------------- [INFO] Building Hono Deployment 1.5.0-SNAPSHOT [32/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-deploy --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-deploy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-deploy --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-deploy --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-deploy --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/sandbox/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12,*.properties" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_default_tenants_trust_anchor) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources to deploy [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_sandbox_config_files) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-deploy --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-deploy --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-deploy --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-deploy --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-deploy --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-deploy --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 1.5.0-SNAPSHOT [33/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 1.5.0-SNAPSHOT [34/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-example-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-example-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 1.5.0-SNAPSHOT [35/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ protocol-gateway --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ protocol-gateway --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ protocol-gateway --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ protocol-gateway --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ protocol-gateway --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ protocol-gateway --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-jmeter >-------------------- [INFO] Building Hono JMeter Plugin 1.5.0-SNAPSHOT [36/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-jmeter --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-jmeter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-jmeter --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-jmeter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-jmeter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-jmeter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-jmeter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-jmeter --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-jmeter --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jmeter-plugin) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/plugin/hono-jmeter-1.5.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-jmeter --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-jmeter --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 1.5.0-SNAPSHOT [37/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth 1.5.0-SNAPSHOT [38/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest [INFO] Running org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest 08:58:22.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.a.i.FileBasedAuthenticationService - loading permissions from resource file:/home/jenkins/agent/workspace/Hono%20CI%20Pipeline/services/auth/target/test-classes/authentication-service-test-permissions.json [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.902 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.984 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.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest 08:59:33.543 [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.751 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.172 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.504 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest 08:59:34.578 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1079310059 08:59:34.651 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 823673310 08:59:34.663 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 422414389 08:59:34.669 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1979833561 08:59:34.682 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 18494540 08:59:34.690 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 798391771 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 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.01 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.091 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.004 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.hono.service.management.device.DeviceTest [INFO] Running org.eclipse.hono.service.management.device.FilterTest Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.hono.service.management.device.FilterTest Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:36 AM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 8:59:37 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.408 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 40 resources [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 1.5.0-SNAPSHOT [40/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-jdbc --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 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.087 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 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.092 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:00:03.232 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:04.337 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 09:00:04.451 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:05.054 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 09:00:05.154 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 09:00:05.162 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 09:00:05.167 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 09:00:05.173 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 09:00:05.177 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 09:00:05.181 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest 09:00:05.463 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:05.768 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:05.841 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 09:00:05.860 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds 09:00:06.075 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 09:00:06.133 [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:00:06.134 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 09:00:06.165 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 09:00:06.165 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 09:00:06.461 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:06.475 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 09:00:06.747 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:06.879 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 09:00:06.934 [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:00:06.934 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:06.946 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 09:00:06.981 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json] 09:00:07.030 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:07.038 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 09:00:07.039 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:07.053 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:07.074 [ForkJoinPool-1-worker-3] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 09:00:07.074 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:07.129 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 09:00:07.196 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:07.611 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:07.773 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:07.925 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.063 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.211 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 09:00:08.242 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 09:00:08.246 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds 09:00:08.277 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 09:00:08.277 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:08.280 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json] 09:00:08.280 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 09:00:08.286 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.419 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.544 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.676 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json] 09:00:08.684 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.809 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:08.948 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:09.081 [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:00:09.082 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:09.082 [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:00:09.082 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 09:00:09.105 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 09:00:09.105 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 09:00:09.109 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json] 09:00:09.109 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.573 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:00:39.297 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/25f1e7e5-4699-4440-af58-cf3a5776e66a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.297 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4831b76-4651-4f6f-bfe6-9f87b5716a92","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.671 [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@654d4eed 09:00:39.672 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4945e22a 09:00:39.672 [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:00:39.672 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:39.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:39.672 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:39.801 [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:00:39.801 [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:00:39.806 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f4831b76-4651-4f6f-bfe6-9f87b5716a92","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.806 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/25f1e7e5-4699-4440-af58-cf3a5776e66a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.811 [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@6651ce2a 09:00:39.811 [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:00:39.811 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:39.811 [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@4bd058ae 09:00:39.811 [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:00:39.811 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:39.815 [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:00:39.830 [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:00:39.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e31d22-0ba3-40b5-b74f-2222f77edc7c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.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@4978e1ef 09:00:39.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:00:39.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.874 [ForkJoinPool-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:00:39.874 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29158810 09:00:39.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:39.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e31d22-0ba3-40b5-b74f-2222f77edc7c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.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@75bd2da1 09:00:39.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:00:39.946 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.946 [ForkJoinPool-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:00:39.947 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.948 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42a1df8 09:00:39.948 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:39.948 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:39.953 [ForkJoinPool-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:00:39.974 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:39.974 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:39.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69874027 09:00:39.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/a6e31d22-0ba3-40b5-b74f-2222f77edc7c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:39.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:39.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55e21e00 09:00:39.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:39.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:39.988 [ForkJoinPool-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:00:39.991 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:40.029 [ForkJoinPool-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:00:40.029 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d2ad92a 09:00:40.029 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:40.029 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:40.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/a6e31d22-0ba3-40b5-b74f-2222f77edc7c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:40.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ad5004b 09:00:40.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:40.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:40.033 [ForkJoinPool-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:00:40.036 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:40.041 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:40.154 [MLog-Init-Reporter] INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging. 09:00:40.501 [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:00:40.755 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|d136d32, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|d136d32, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:40.776 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|2787e91c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|2787e91c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6e31d22-0ba3-40b5-b74f-2222f77edc7c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:41.269 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|57205b0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|57205b0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ed0e438e-5d09-471c-9278-d0363f1eb730, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.037 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/901048ef-fa64-4731-b07f-d28c7a3cbb56","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.039 [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@1511fcad 09:00:42.039 [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:00:42.039 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:42.042 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:42.043 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/901048ef-fa64-4731-b07f-d28c7a3cbb56","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.044 [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@44ed0b88 09:00:42.044 [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:00:42.045 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:42.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7180b541-953f-4477-8084-4a2873ac5d97","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.047 [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@273ba583 09:00:42.047 [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:00:42.047 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:42.049 [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:00:42.052 [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:00:42.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/7180b541-953f-4477-8084-4a2873ac5d97","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.054 [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@78e80882 09:00:42.055 [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:00:42.055 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:42.059 [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:00:42.079 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3959b256 09:00:42.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.129 [ForkJoinPool-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:00:42.129 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c3d991e 09:00:42.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.137 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:42.138 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:42.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/d7c319f4-687d-4f2e-9abe-2de67bcc77b5","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.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@60da1ce6 09:00:42.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:00:42.140 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.146 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:42.147 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e9c4943 09:00:42.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.155 [ForkJoinPool-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:00:42.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 -> 2tg6lwad162nkxn19mo6p5|5e209673, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|5e209673, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.295 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7b997407, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7b997407, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.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/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.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@2640b9d6 09:00:42.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:00:42.433 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.440 [ForkJoinPool-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:00:42.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/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.442 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2325bfa1 09:00:42.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.448 [ForkJoinPool-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:00:42.449 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:42.450 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.452 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62ff437a 09:00:42.452 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.452 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.458 [ForkJoinPool-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:00:42.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:42.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fc1371f 09:00:42.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:42.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:42.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:00:42.708 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|104cf989, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|104cf989, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.748 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|4bd72ab0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|4bd72ab0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d7c319f4-687d-4f2e-9abe-2de67bcc77b5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.987 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|76cca15e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|76cca15e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:42.999 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1c22bbe8-ef93-4748-9dc6-afeda7286e0e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ef2bb39 09:00:43.044 [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:00:43.049 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.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:00:43.072 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1c22bbe8-ef93-4748-9dc6-afeda7286e0e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.085 [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@deb0f18 09:00:43.085 [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:00:43.085 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.089 [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:00:43.136 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3f2b9b0b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3f2b9b0b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/505e0cb0-1627-45b0-9cd0-5bf7c2efa6bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:43.172 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5328855a 09:00:43.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.177 [ForkJoinPool-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:00:43.177 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.181 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18510130 09:00:43.181 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.181 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.184 [ForkJoinPool-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:00:43.185 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:43.185 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.186 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74c1532d 09:00:43.186 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.186 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.188 [ForkJoinPool-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:00:43.189 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.190 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48ef0773 09:00:43.190 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.190 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.197 [ForkJoinPool-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:00:43.289 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|750ebf83, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|750ebf83, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:43.437 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|70bdda58, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|70bdda58, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/82cc2103-5198-40c6-ac22-7301c7e1876a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 6.574 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest 09:00:43.693 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c4071bb-067d-4a19-bbe1-975cf8c1ca3e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.695 [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@78b569af 09:00:43.695 [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:00:43.695 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.697 [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:00:43.697 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c4071bb-067d-4a19-bbe1-975cf8c1ca3e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.698 [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@79602f91 09:00:43.699 [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:00:43.699 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.729 [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:00:43.748 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7c622f83-485f-4f91-9088-858d524e49e7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@786d525f 09:00:43.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:43.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.755 [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:00:43.755 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7c622f83-485f-4f91-9088-858d524e49e7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.757 [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@60a53e7e 09:00:43.757 [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:00:43.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:43.760 [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:00:43.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/189286b2-5ae3-4aca-867f-e5f53e5d7adb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.763 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@483a8430 09:00:43.764 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.764 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.769 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:43.769 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.771 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b7fc760 09:00:43.771 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.772 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.832 [ForkJoinPool-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:00:43.833 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:43.834 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50aa0310 09:00:43.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.842 [ForkJoinPool-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:00:43.843 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:43.845 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@241c37ac 09:00:43.845 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:43.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:43.850 [ForkJoinPool-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:00:43.852 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:44.055 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|5610398c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|5610398c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:44.140 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|74e90ca7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|74e90ca7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:44.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 -> 2tg6lwad162nkxn19mo6p5|23d828ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|23d828ca, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/189286b2-5ae3-4aca-867f-e5f53e5d7adb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:44.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11b6345a-b357-42e6-a688-9bdd750706c6","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a000247 09:00:44.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:44.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11b6345a-b357-42e6-a688-9bdd750706c6","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d7f0900 09:00:44.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.338 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:44.339 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:44.339 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11b6345a-b357-42e6-a688-9bdd750706c6","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8bd0d05 09:00:44.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.342 [ForkJoinPool-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:00:44.343 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/11b6345a-b357-42e6-a688-9bdd750706c6","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.344 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5aaf8ac 09:00:44.344 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.344 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.353 [ForkJoinPool-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:00:44.457 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|59860bb9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|59860bb9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7c622f83-485f-4f91-9088-858d524e49e7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:44.612 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f964d6ad-f97f-4b8d-b72f-a7dd4f1f65ea","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.614 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0b22a96f-f889-4518-8346-6b7b3d6674ce","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00: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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ec26d42 09:00: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.AdapterStore, name: base.h2.sql.yaml, input: null 09:00: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:00:44.616 [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@1e2a71a1 09:00:44.616 [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:00:44.616 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:44.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:00:44.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:44.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/0b22a96f-f889-4518-8346-6b7b3d6674ce","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.643 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f964d6ad-f97f-4b8d-b72f-a7dd4f1f65ea","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.645 [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@465dd36a 09:00:44.645 [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:00:44.645 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:44.646 [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@78b21a5b 09:00:44.646 [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:00:44.646 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:44.648 [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:00:44.649 [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:00:44.696 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15c71543-277a-40af-87cc-06b27efcf61e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.697 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/771ff441-4365-42a3-a7bc-1a72cd87a88a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.729 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a19cc7d 09:00:44.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:00:44.730 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d5b3d46 09:00:44.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.733 [ForkJoinPool-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:00:44.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/15c71543-277a-40af-87cc-06b27efcf61e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.734 [ForkJoinPool-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:00:44.734 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/771ff441-4365-42a3-a7bc-1a72cd87a88a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.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@9abc8dd 09:00:44.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:00:44.735 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.736 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e4a123a 09:00:44.736 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.736 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.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:00:44.739 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:44.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/15c71543-277a-40af-87cc-06b27efcf61e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.739 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:44.741 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d88091a 09:00:44.741 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.741 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.741 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:44.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/771ff441-4365-42a3-a7bc-1a72cd87a88a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35b7a90e 09:00:44.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.744 [ForkJoinPool-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:00:44.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/15c71543-277a-40af-87cc-06b27efcf61e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.746 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@471013c5 09:00:44.747 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.747 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:44.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/771ff441-4365-42a3-a7bc-1a72cd87a88a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:44.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28e0b3da 09:00:44.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:44.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:44.749 [ForkJoinPool-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:00:44.751 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:44.752 [ForkJoinPool-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:00:44.953 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|76927d87, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|76927d87, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f964d6ad-f97f-4b8d-b72f-a7dd4f1f65ea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:45.070 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|101cc820, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|101cc820, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15c71543-277a-40af-87cc-06b27efcf61e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:45.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/c0823909-fe2e-4381-9d6c-e42489352f27","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.156 [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@191f0b95 09:00:45.156 [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:00:45.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:45.160 [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:00:45.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0823909-fe2e-4381-9d6c-e42489352f27","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.163 [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@14767905 09:00:45.163 [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:00:45.163 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:45.166 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:45.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 -> 2tg6lwad162nkxn19mo6p5|144638a0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|144638a0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15c71543-277a-40af-87cc-06b27efcf61e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:45.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0170fb83-f288-4830-8346-026e1b8b1614","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.250 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67d7321b 09:00:45.251 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.251 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.258 [ForkJoinPool-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:00:45.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0170fb83-f288-4830-8346-026e1b8b1614","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13d63d74 09:00:45.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.265 [ForkJoinPool-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:00:45.267 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:45.268 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0170fb83-f288-4830-8346-026e1b8b1614","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.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@4471581d 09:00:45.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:00:45.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.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:00:45.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0170fb83-f288-4830-8346-026e1b8b1614","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.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@3ee957fb 09:00:45.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:00:45.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.328 [ForkJoinPool-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:00:45.381 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7275ed53, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7275ed53, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0823909-fe2e-4381-9d6c-e42489352f27, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:45.583 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|78c12926, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|78c12926, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c0823909-fe2e-4381-9d6c-e42489352f27, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:45.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96782af4-2be3-4fb0-9983-dddf7e0bb1fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.868 [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@660cda4b 09:00:45.868 [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:00:45.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:45.871 [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:00:45.871 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96782af4-2be3-4fb0-9983-dddf7e0bb1fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.873 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bb47891 09:00:45.874 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:45.874 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:45.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:45.950 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96ff8cc6-7bc5-4ba2-a5b1-ea52e11c26ab","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.951 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b7f3685 09:00:45.951 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.951 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:45.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96ff8cc6-7bc5-4ba2-a5b1-ea52e11c26ab","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45bc0d90 09:00:45.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.956 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:45.956 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:45.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/96ff8cc6-7bc5-4ba2-a5b1-ea52e11c26ab","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ca2d991 09:00:45.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:45.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96ff8cc6-7bc5-4ba2-a5b1-ea52e11c26ab","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:45.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d1ce3aa 09:00:45.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:45.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:45.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:46.031 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|661a845, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|661a845, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/15c71543-277a-40af-87cc-06b27efcf61e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:46.064 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|72b6e1e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|72b6e1e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96782af4-2be3-4fb0-9983-dddf7e0bb1fd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:46.187 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a732834-795c-4e74-b909-f9b89052ffeb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.229 [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@4e85173c 09:00:46.229 [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:00:46.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:46.231 [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:00:46.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a732834-795c-4e74-b909-f9b89052ffeb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.252 [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@309cfbd1 09:00:46.252 [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:00:46.252 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:46.254 [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:00:46.259 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|65cb97e2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|65cb97e2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96782af4-2be3-4fb0-9983-dddf7e0bb1fd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:46.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e982874 09:00:46.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:00:46.330 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.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:00:46.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/ab421e49-b06e-4fe3-b0fa-49e4e54ce000","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.335 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34f5f84a 09:00:46.336 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.336 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.338 [ForkJoinPool-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:00:46.339 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:46.339 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.341 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11f54a0f 09:00:46.341 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.341 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.342 [ForkJoinPool-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:00:46.343 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.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@3aff6cf5 09:00:46.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:00:46.345 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.348 [ForkJoinPool-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:00:46.350 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:46.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/1f237bcc-935d-429e-8dee-287bb10c6537","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.462 [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@86ba1b3 09:00:46.462 [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:00:46.462 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:46.464 [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:00:46.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f237bcc-935d-429e-8dee-287bb10c6537","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.466 [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@7cb0c7f6 09:00:46.466 [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:00:46.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:46.468 [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:00:46.570 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fe659b6-d100-4058-a4ef-135790ebe864","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.572 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5dbec21 09:00:46.572 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.572 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.574 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:46.574 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fe659b6-d100-4058-a4ef-135790ebe864","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52e33698 09:00:46.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.578 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:46.579 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:46.579 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fe659b6-d100-4058-a4ef-135790ebe864","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.581 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18e52a4b 09:00:46.581 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.581 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:46.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fe659b6-d100-4058-a4ef-135790ebe864","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:46.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@254e0de2 09:00:46.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:46.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:46.588 [ForkJoinPool-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:00:46.809 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|43ad1db3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|43ad1db3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:46.813 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7f2a95ed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7f2a95ed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f237bcc-935d-429e-8dee-287bb10c6537, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:46.949 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|50d14906, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|50d14906, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:47.030 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1da59317-a2bc-4770-a1f3-4e01b217d93f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.032 [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@28def5bf 09:00:47.032 [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:00:47.032 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.033 [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:00:47.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1da59317-a2bc-4770-a1f3-4e01b217d93f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@60861ab 09:00:47.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:47.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.036 [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:00:47.036 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1767c6c5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1767c6c5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ab421e49-b06e-4fe3-b0fa-49e4e54ce000, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:47.079 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d629af45-7146-476c-a1f8-8b4dec377909","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f9b48b4 09:00:47.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.129 [ForkJoinPool-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:00:47.129 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d629af45-7146-476c-a1f8-8b4dec377909","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@265a0a02 09:00:47.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.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:00:47.133 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:47.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/d629af45-7146-476c-a1f8-8b4dec377909","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.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@31ef9f88 09:00:47.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:00:47.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.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:00:47.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/d629af45-7146-476c-a1f8-8b4dec377909","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.136 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@23c75fd3 09:00:47.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:00:47.137 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.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:00:47.230 [vert.x-eventloop-thread-0] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:47.231 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|688f9678, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|688f9678, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1da59317-a2bc-4770-a1f3-4e01b217d93f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 3.614 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 09:00:47.356 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9423448a-0622-4319-b076-c8948773b433","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.357 [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@64d86043 09:00:47.357 [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:00:47.357 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.359 [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:00:47.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/9423448a-0622-4319-b076-c8948773b433","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@eb2665e 09:00:47.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.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:47.360 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.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:00:47.379 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.380 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25b25de2 09:00:47.380 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.382 [ForkJoinPool-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:00:47.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.430 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2490c3d0 09:00:47.430 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.430 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.432 [ForkJoinPool-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:00:47.433 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:47.433 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.434 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25712396 09:00:47.434 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.434 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.436 [ForkJoinPool-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:00:47.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/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.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@285de9fa 09:00:47.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:00:47.438 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.439 [ForkJoinPool-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:00:47.556 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6f085491, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6f085491, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9423448a-0622-4319-b076-c8948773b433, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:47.746 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6fb3729c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6fb3729c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:47.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/64c4d17a-b695-4957-90ff-3c5691f67a2f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.847 [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@4862c1a1 09:00:47.847 [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:00:47.847 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.849 [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:00:47.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/64c4d17a-b695-4957-90ff-3c5691f67a2f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.850 [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@30b06f22 09:00:47.850 [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:00:47.850 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:47.851 [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:00:47.934 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/234c0eca-bb88-46bd-9d46-8b66400d56fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.953 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4819829f 09:00:47.954 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.954 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.955 [ForkJoinPool-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:00:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/234c0eca-bb88-46bd-9d46-8b66400d56fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f18e4ab 09:00:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.958 [ForkJoinPool-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:00:47.958 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:47.958 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/234c0eca-bb88-46bd-9d46-8b66400d56fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.959 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68372d68 09:00:47.959 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.959 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.960 [ForkJoinPool-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:00:47.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/234c0eca-bb88-46bd-9d46-8b66400d56fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:47.961 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@278b72ab 09:00:47.961 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:47.961 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:47.962 [ForkJoinPool-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:00:47.963 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:48.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 -> 2tg6lwad162nkxn19mo6p5|54b0c786, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|54b0c786, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cd5f15f6-1b22-4fc3-a131-4d9e9c67bdd8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e107a840-238f-457c-8d2f-3136fbec4ce2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.175 [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@53141674 09:00:48.176 [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:00:48.176 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:48.178 [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:00:48.178 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e107a840-238f-457c-8d2f-3136fbec4ce2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.180 [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@5ced8269 09:00:48.180 [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:00:48.180 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:48.233 [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:00:48.236 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:48.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a55d480 09:00:48.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:48.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:48.338 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:48.338 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.339 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5dd6c6cf 09:00:48.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:48.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:48.361 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:48.362 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:48.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.364 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c2e049a 09:00:48.364 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|4bf0f146, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|4bf0f146, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/234c0eca-bb88-46bd-9d46-8b66400d56fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.364 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:48.364 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:48.368 [ForkJoinPool-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:00:48.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@737bc4dd 09:00:48.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:48.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:48.373 [ForkJoinPool-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:00:48.527 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7c6d7bf5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7c6d7bf5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e107a840-238f-457c-8d2f-3136fbec4ce2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.561 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3547e114, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3547e114, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/234c0eca-bb88-46bd-9d46-8b66400d56fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.732 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|37ffa314, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|37ffa314, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.736 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|65572243, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|65572243, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/424cfd97-af4c-4eae-a95d-3a8580cfb9fd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:48.871 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1ca590af-18b3-4549-b3b3-6cf4bd63a129","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.872 [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@9128820 09:00:48.872 [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:00:48.872 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:48.874 [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:00:48.874 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1ca590af-18b3-4549-b3b3-6cf4bd63a129","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.875 [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@7226ba99 09:00:48.875 [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:00:48.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:48.942 [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:00:48.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e5422b6-9799-43f3-99f4-a4b38597b72a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:48.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@7e0e9036 09:00:49.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:00:49.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.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:00:49.050 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e5422b6-9799-43f3-99f4-a4b38597b72a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.052 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48d37289 09:00:49.052 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.052 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 09:00:49.057 [ForkJoinPool-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:00:49.058 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:49.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e5422b6-9799-43f3-99f4-a4b38597b72a","user":null,"driver_class":"org.h2.Driver"} - table: null [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 09:00:49.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@500ea940 09:00:49.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.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:00:49.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/4e5422b6-9799-43f3-99f4-a4b38597b72a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.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@2d267fc1 09:00:49.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:00:49.067 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.070 [ForkJoinPool-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:00:49.129 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f912579e-36ed-4d12-bbc1-41a5bca7c474","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.131 [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@2594410a 09:00:49.131 [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:00:49.131 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.133 [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:00:49.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f912579e-36ed-4d12-bbc1-41a5bca7c474","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.135 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d029021 09:00:49.135 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:49.135 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.137 [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:00:49.171 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8c5b3d53-4f6c-4b74-a23a-f6c2efbe3045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.172 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77eef13d 09:00:49.172 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.172 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:49.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8c5b3d53-4f6c-4b74-a23a-f6c2efbe3045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.175 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c72a8c5 09:00:49.175 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.175 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.176 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|113e745b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|113e745b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e5422b6-9799-43f3-99f4-a4b38597b72a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:49.176 [ForkJoinPool-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:00:49.229 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:49.229 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8c5b3d53-4f6c-4b74-a23a-f6c2efbe3045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.230 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b2ca049 09:00:49.231 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.231 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.232 [ForkJoinPool-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:00:49.232 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8c5b3d53-4f6c-4b74-a23a-f6c2efbe3045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.233 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a49994a 09:00:49.235 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.235 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.240 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:49.376 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|5d426ac1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|5d426ac1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e5422b6-9799-43f3-99f4-a4b38597b72a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:49.380 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|448b3ae9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|448b3ae9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f912579e-36ed-4d12-bbc1-41a5bca7c474, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:49.464 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f54bca7-3916-4e5d-8ebc-17989d02006e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.465 [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@449bd33c 09:00:49.465 [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:00:49.466 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.468 [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:00:49.468 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f54bca7-3916-4e5d-8ebc-17989d02006e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.469 [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@197bcdcc 09:00:49.469 [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:00:49.469 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.470 [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:00:49.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/594618e0-ca03-4fab-a49c-baa9887d78c9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.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@a762fc 09:00:49.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:00:49.556 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.559 [ForkJoinPool-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:00:49.559 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.561 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79c74fb5 09:00:49.561 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.561 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.564 [ForkJoinPool-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:00:49.565 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:49.565 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.642 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fc07518 09:00:49.642 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.642 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:49.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34a23b03 09:00:49.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.648 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:49.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/4cd51f85-9500-4ec8-b83e-223460f763ad","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.658 [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@3ecc88c2 09:00:49.658 [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:00:49.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:49.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/4cd51f85-9500-4ec8-b83e-223460f763ad","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.662 [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@244f0f7d 09:00:49.662 [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:00:49.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:49.664 [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:00:49.741 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7e8bf7c1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7e8bf7c1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:49.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/05567a3c-00cc-49ed-a204-61acddbd973c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.770 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71fb8aee 09:00:49.770 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.773 [ForkJoinPool-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:00:49.773 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/05567a3c-00cc-49ed-a204-61acddbd973c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@675ca0e 09:00:49.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.776 [ForkJoinPool-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:00:49.777 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:49.777 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/05567a3c-00cc-49ed-a204-61acddbd973c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.778 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6813a5c1 09:00:49.778 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.778 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.780 [ForkJoinPool-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:00:49.780 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/05567a3c-00cc-49ed-a204-61acddbd973c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:49.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72063857 09:00:49.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:49.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:49.782 [ForkJoinPool-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:00:49.868 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|aae955, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|aae955, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4cd51f85-9500-4ec8-b83e-223460f763ad, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:49.982 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|146a74ed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|146a74ed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4cd51f85-9500-4ec8-b83e-223460f763ad, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:50.174 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52050ebd-c070-4076-af82-9e51153320ef","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.176 [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@9bf213 09:00:50.176 [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:00:50.176 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.178 [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:00:50.178 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52050ebd-c070-4076-af82-9e51153320ef","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.228 [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@574a8347 09:00:50.228 [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:00:50.228 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.230 [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:00:50.248 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d013858-c74f-4950-8e17-c257b5c625d7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39d2ca9c 09:00:50.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.251 [ForkJoinPool-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:00:50.251 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d013858-c74f-4950-8e17-c257b5c625d7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.252 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b1e2f5d 09:00:50.252 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.252 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.253 [ForkJoinPool-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:00:50.254 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:50.254 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d013858-c74f-4950-8e17-c257b5c625d7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.255 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c747317 09:00:50.255 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.255 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.256 [ForkJoinPool-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:00:50.256 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d013858-c74f-4950-8e17-c257b5c625d7","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@356239b1 09:00:50.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.258 [ForkJoinPool-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:00:50.366 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|73c73171, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|73c73171, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52050ebd-c070-4076-af82-9e51153320ef, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:50.564 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|73904a78, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|73904a78, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:50.646 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fcc2d8e-726f-4c7f-9158-1bd85174f041","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.648 [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@6f8ca5f2 09:00:50.648 [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:00:50.648 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.649 [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:00:50.649 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fcc2d8e-726f-4c7f-9158-1bd85174f041","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.650 [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@408b5170 09:00:50.650 [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:00:50.650 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.651 [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:00:50.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73c3f314-cea0-4f5d-afd2-9b30c1d61109","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.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@dfef83f 09:00:50.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:00:50.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:50.671 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73c3f314-cea0-4f5d-afd2-9b30c1d61109","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@391d7356 09:00:50.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.673 [ForkJoinPool-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:00:50.728 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:50.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73c3f314-cea0-4f5d-afd2-9b30c1d61109","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1012ca5d 09:00:50.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.731 [ForkJoinPool-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:00:50.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73c3f314-cea0-4f5d-afd2-9b30c1d61109","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6bd21131 09:00:50.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:50.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:50.735 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:50.852 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|982deb6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|982deb6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fcc2d8e-726f-4c7f-9158-1bd85174f041, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00: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 -> 2tg6lwad162nkxn19mo6p5|33665803, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|33665803, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/594618e0-ca03-4fab-a49c-baa9887d78c9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:50.974 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1f47361-c052-407a-a775-b1f114e5ed44","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.974 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/72fb9d32-6369-41f8-827a-8076f8dd582b","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00: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.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e4b7ee8 09:00: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.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:50.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.975 [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@6c38aae4 09:00:50.976 [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:00:50.976 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:50.977 [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:00:50.977 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f1f47361-c052-407a-a775-b1f114e5ed44","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.977 [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:00:50.978 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/72fb9d32-6369-41f8-827a-8076f8dd582b","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:50.978 [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@9f2500a 09:00:50.978 [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:00:50.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00: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@2e2e2f0b 09:00: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:00: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:00: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:00:51.028 [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:00:51.058 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e4358d34-dead-4230-a832-31b4e2e8c9b2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@102939eb 09:00:51.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@15556dad 09:00:51.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.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:00:51.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.060 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.062 [ForkJoinPool-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:00:51.063 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.063 [ForkJoinPool-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:00:51.063 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e4358d34-dead-4230-a832-31b4e2e8c9b2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.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@6ac03e21 09:00:51.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:00:51.064 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.064 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@731b156 09:00:51.064 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.064 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.066 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.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:00:51.067 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:51.067 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e4358d34-dead-4230-a832-31b4e2e8c9b2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.067 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:51.067 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.128 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3de27768 09:00:51.129 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.129 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.129 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c426e90 09:00:51.129 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.129 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.133 [ForkJoinPool-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:00:51.133 [ForkJoinPool-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:00:51.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/e4358d34-dead-4230-a832-31b4e2e8c9b2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.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/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.135 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68f96917 09:00:51.136 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e06b8bc 09:00:51.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.136 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.136 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.139 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.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:00:51.140 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:51.256 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|739426fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|739426fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/72fb9d32-6369-41f8-827a-8076f8dd582b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:51.470 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|29b30194, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|29b30194, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:51.490 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/78dd6b16-e965-4ae2-ad12-38853600ecea","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c834149 09:00:51.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:51.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:51.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/78dd6b16-e965-4ae2-ad12-38853600ecea","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@309b28bc 09:00:51.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.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:51.561 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.562 [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:00:51.576 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|41428637, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|41428637, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:51.633 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1de87878-8fa4-45a6-a48e-ad0a56dd3c73","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.635 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f59a20c 09:00:51.635 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.635 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.636 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.637 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1de87878-8fa4-45a6-a48e-ad0a56dd3c73","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.637 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a327a5a 09:00:51.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.639 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.640 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:51.640 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1de87878-8fa4-45a6-a48e-ad0a56dd3c73","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.641 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1eececb3 09:00:51.641 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.641 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.643 [ForkJoinPool-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:00:51.643 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1de87878-8fa4-45a6-a48e-ad0a56dd3c73","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.644 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61079f7b 09:00:51.644 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.644 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.646 [ForkJoinPool-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:00:51.663 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1bbbb68a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1bbbb68a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8e0fd9d-3479-41ed-9e62-9872fdfdeb0d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:51.749 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|35450e51, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|35450e51, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/78dd6b16-e965-4ae2-ad12-38853600ecea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:51.897 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a16591cc-77cd-419b-96e7-80595d0f6d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.928 [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@324c7109 09:00:51.928 [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:00:51.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.949 [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:00:51.949 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468856a3-6b7b-4077-bc8c-6d4d9b627f17","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.949 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a16591cc-77cd-419b-96e7-80595d0f6d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.950 [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@da5c8d4 09:00:51.950 [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:00:51.950 [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@1c3c39db 09:00:51.950 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.951 [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:00:51.951 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.951 [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:00:51.952 [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:00:51.952 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/468856a3-6b7b-4077-bc8c-6d4d9b627f17","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.953 [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@7ec09d41 09:00:51.953 [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:00:51.953 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:51.955 [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:00:51.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/ad573f1a-4e69-4d64-833e-c989014026bb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.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@6a9bd900 09:00:51.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:00:51.967 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.969 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.969 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad573f1a-4e69-4d64-833e-c989014026bb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@388c6920 09:00:51.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.971 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:51.972 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:51.972 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad573f1a-4e69-4d64-833e-c989014026bb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:51.973 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44454355 09:00:51.973 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:51.973 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:51.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/394c39bd-a5ac-416c-a927-a7692ace8568","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@47db319b 09:00:52.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:00:52.030 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.032 [ForkJoinPool-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:00:52.032 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ad573f1a-4e69-4d64-833e-c989014026bb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.032 [ForkJoinPool-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:00:52.032 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/394c39bd-a5ac-416c-a927-a7692ace8568","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.033 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f2de8a8 09:00:52.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@633950a9 09:00:52.033 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.033 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.034 [ForkJoinPool-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:00:52.035 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:52.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:00:52.035 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/394c39bd-a5ac-416c-a927-a7692ace8568","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4039609e 09:00:52.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.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:00:52.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/394c39bd-a5ac-416c-a927-a7692ace8568","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@515a98d2 09:00:52.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:00:52.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.044 [ForkJoinPool-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:00:52.046 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:52.131 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|d6dc6de, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|d6dc6de, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a16591cc-77cd-419b-96e7-80595d0f6d4f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:52.252 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf4f8e8d-32db-450d-a35c-eea06f11a9e8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@3e3f9000 09:00:52.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:00:52.254 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:52.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:00:52.256 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf4f8e8d-32db-450d-a35c-eea06f11a9e8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57b4a4f5 09:00:52.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:52.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:52.259 [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:00:52.343 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ff4cab8e-ab50-4c65-a9e3-b4158be9f0b1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@7f066d43 09:00:52.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:00:52.345 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.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:00:52.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/ff4cab8e-ab50-4c65-a9e3-b4158be9f0b1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@4a0a7bf9 09:00:52.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:00:52.348 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.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:00:52.349 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:52.350 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ff4cab8e-ab50-4c65-a9e3-b4158be9f0b1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.351 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6419d95d 09:00:52.351 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.351 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.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:00:52.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/ff4cab8e-ab50-4c65-a9e3-b4158be9f0b1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.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@261cad9 09:00:52.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:00:52.353 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.355 [ForkJoinPool-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:00:52.490 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|f1001cf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|f1001cf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf4f8e8d-32db-450d-a35c-eea06f11a9e8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:52.565 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|17070771, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|17070771, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/394c39bd-a5ac-416c-a927-a7692ace8568, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:52.648 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41606aa8-8d44-470c-a2c2-0fa0bde56ac4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.651 [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@3a18102d 09:00:52.651 [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:00:52.651 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:52.653 [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:00:52.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/41606aa8-8d44-470c-a2c2-0fa0bde56ac4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.654 [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@1efd437b 09:00:52.655 [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:00:52.655 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:52.656 [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:00:52.677 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f41b6d2-c23d-470d-a099-8aac980a1334","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@764fdb0c 09:00:52.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.729 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.731 [ForkJoinPool-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:00:52.732 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f41b6d2-c23d-470d-a099-8aac980a1334","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5fc52646 09:00:52.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.733 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.736 [ForkJoinPool-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:00:52.737 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:52.737 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f41b6d2-c23d-470d-a099-8aac980a1334","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.738 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d19ff26 09:00:52.738 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.738 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:52.741 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|71e791fc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|71e791fc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/394c39bd-a5ac-416c-a927-a7692ace8568, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:52.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4f41b6d2-c23d-470d-a099-8aac980a1334","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:52.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c7c28c8 09:00:52.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:52.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:52.744 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:52.883 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|12c8afc6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|12c8afc6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/41606aa8-8d44-470c-a2c2-0fa0bde56ac4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:52.962 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|266cfb6f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|266cfb6f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/394c39bd-a5ac-416c-a927-a7692ace8568, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.039 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8e281f4f-bbd2-4c65-93c6-886102ff2f1e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.042 [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@190bd30d 09:00:53.042 [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:00:53.042 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.045 [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:00:53.045 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8e281f4f-bbd2-4c65-93c6-886102ff2f1e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.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@4dae8e90 09:00:53.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:00:53.047 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.049 [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:00:53.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96fdcdcf-263a-4acc-bf10-81761ad81f15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.152 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c5c2d1c 09:00:53.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:00:53.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.155 [ForkJoinPool-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:00:53.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/96fdcdcf-263a-4acc-bf10-81761ad81f15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.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@531c6364 09:00:53.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:00:53.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.158 [ForkJoinPool-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:00:53.159 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:53.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/96fdcdcf-263a-4acc-bf10-81761ad81f15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59a3eee1 09:00:53.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.161 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/357ea080-50db-42a8-93e5-053b9e7f851a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.162 [ForkJoinPool-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:00:53.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58806b42 09:00:53.163 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96fdcdcf-263a-4acc-bf10-81761ad81f15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.163 [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:00:53.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24bdc0ba 09:00:53.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.164 [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:00:53.165 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/357ea080-50db-42a8-93e5-053b9e7f851a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.165 [ForkJoinPool-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:00:53.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27be76ce 09:00:53.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:53.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.167 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:53.262 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.264 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5253925 09:00:53.264 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.264 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.266 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:53.266 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.268 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9beae01 09:00:53.268 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.268 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.270 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:53.271 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:53.271 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.272 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f98e263 09:00:53.272 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.272 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.274 [ForkJoinPool-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:00:53.275 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70abbf30 09:00:53.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.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 -> 2tg6lwad162nkxn19mo6p5|2860209e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|2860209e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8e281f4f-bbd2-4c65-93c6-886102ff2f1e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.330 [ForkJoinPool-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:00:53.331 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:53.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5539e8c0-b3a0-4b53-b980-df8631e6301d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.462 [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@3518f7e8 09:00:53.462 [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:00:53.462 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.463 [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:00:53.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5539e8c0-b3a0-4b53-b980-df8631e6301d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@761b2d02 09:00:53.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:53.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:53.465 [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:00:53.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/4a504c3c-7a9c-4852-a34e-521ce08d3e7e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@596b369b 09:00:53.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.536 [ForkJoinPool-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:00:53.536 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a504c3c-7a9c-4852-a34e-521ce08d3e7e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.537 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34d0c59 09:00:53.537 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.537 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.539 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:53.539 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:53.540 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a504c3c-7a9c-4852-a34e-521ce08d3e7e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.541 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8f56d9 09:00:53.541 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.541 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.542 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:53.543 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4a504c3c-7a9c-4852-a34e-521ce08d3e7e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:53.544 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2765ff10 09:00:53.544 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:53.544 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:53.546 [ForkJoinPool-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:00:53.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 -> 2tg6lwad162nkxn19mo6p5|7bb6387a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7bb6387a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.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 -> 2tg6lwad162nkxn19mo6p5|273c8ffe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|273c8ffe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5539e8c0-b3a0-4b53-b980-df8631e6301d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.838 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|51bf81a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|51bf81a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.846 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3de1f2fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3de1f2fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5539e8c0-b3a0-4b53-b980-df8631e6301d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:53.935 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|24e64ce7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|24e64ce7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/73abf09a-250c-49ca-9173-5e2ba41341f4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.079 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f09156-47b3-4ce8-95d6-bee5ef184615","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.081 [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@7ce649ab 09:00:54.081 [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:00:54.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.082 [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:00:54.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f09156-47b3-4ce8-95d6-bee5ef184615","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.083 [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@492af1e7 09:00:54.083 [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:00:54.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.128 [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:00:54.148 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c7a6deb0-8bbe-4ec0-8f5b-2f3e3cade8f1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.148 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/50e52df3-6ce2-4b94-b402-ec7687e202fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@472d3bcc 09:00:54.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.150 [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@646124d2 09:00:54.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.150 [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:00:54.150 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.153 [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:00:54.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c7a6deb0-8bbe-4ec0-8f5b-2f3e3cade8f1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.153 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/50e52df3-6ce2-4b94-b402-ec7687e202fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a9a820c 09:00:54.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@500bf109 09:00:54.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:54.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.155 [ForkJoinPool-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:00:54.156 [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:00:54.156 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:54.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c7a6deb0-8bbe-4ec0-8f5b-2f3e3cade8f1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ff972e3 09:00:54.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.158 [ForkJoinPool-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:00:54.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/c7a6deb0-8bbe-4ec0-8f5b-2f3e3cade8f1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@51ee2003 09:00:54.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:00:54.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.169 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.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/dc2af066-2f0c-4f24-9c18-3e91aa364222","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@1fa8d048 09:00:54.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:00:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.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:00:54.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/dc2af066-2f0c-4f24-9c18-3e91aa364222","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.251 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d13e136 09:00:54.251 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.251 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.253 [ForkJoinPool-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:00:54.254 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:54.254 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc2af066-2f0c-4f24-9c18-3e91aa364222","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00: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@694f056e 09:00: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:00: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:00: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:00: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/dc2af066-2f0c-4f24-9c18-3e91aa364222","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.259 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cd3c9d3 09:00:54.259 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.259 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.261 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1b1a5e98, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1b1a5e98, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f09156-47b3-4ce8-95d6-bee5ef184615, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.261 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.263 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:54.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b85d69ba-2b7a-461e-b7a6-ac0141f05576","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.471 [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@7641e460 09:00:54.471 [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:00:54.471 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.472 [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:00:54.473 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b85d69ba-2b7a-461e-b7a6-ac0141f05576","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.473 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74d1a218 09:00:54.473 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:54.473 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.474 [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:00:54.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/2ee32e12-e6f3-46e7-b363-ba8ab4686048","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@a69d979 09:00:54.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.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:00:54.536 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ee32e12-e6f3-46e7-b363-ba8ab4686048","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@1c682e09 09:00:54.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:00:54.536 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.538 [ForkJoinPool-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:00:54.538 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:54.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/2ee32e12-e6f3-46e7-b363-ba8ab4686048","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@56349c13 09:00:54.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:00:54.539 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.540 [ForkJoinPool-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:00:54.541 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2ee32e12-e6f3-46e7-b363-ba8ab4686048","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.543 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21724167 09:00:54.543 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.544 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.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:00:54.631 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3f289d6a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3f289d6a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b85d69ba-2b7a-461e-b7a6-ac0141f05576, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.674 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3d620085, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3d620085, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc2af066-2f0c-4f24-9c18-3e91aa364222, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.752 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|2b1bddf2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|2b1bddf2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b85d69ba-2b7a-461e-b7a6-ac0141f05576, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.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 -> 2tg6lwad162nkxn19mo6p5|e643283, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|e643283, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc2af066-2f0c-4f24-9c18-3e91aa364222, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.874 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/376092b8-3d60-4378-af39-3c56fe8ed26e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.876 [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@64991b07 09:00:54.876 [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:00:54.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.878 [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:00:54.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/376092b8-3d60-4378-af39-3c56fe8ed26e","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.879 [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@694729be 09:00:54.879 [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:00:54.879 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:54.881 [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:00:54.938 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|4e9a59bb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|4e9a59bb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/dc2af066-2f0c-4f24-9c18-3e91aa364222, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:54.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/68d5b352-bb0a-4658-92f9-ca20a9cc7880","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b23f76a 09:00:54.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.956 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.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/68d5b352-bb0a-4658-92f9-ca20a9cc7880","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5bbc2dc6 09:00:54.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.958 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.959 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:54.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/68d5b352-bb0a-4658-92f9-ca20a9cc7880","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.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@60909de2 09:00:54.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:00:54.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/68d5b352-bb0a-4658-92f9-ca20a9cc7880","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@676db435 09:00:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:54.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:54.963 [ForkJoinPool-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:00:55.042 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e5dfb002-127e-4b33-817b-6e43b2dfaf2f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.043 [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@30af23ba 09:00:55.043 [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:00:55.043 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.044 [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:00:55.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e5dfb002-127e-4b33-817b-6e43b2dfaf2f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6726247e 09:00:55.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:55.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.067 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:55.129 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6b7351c9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6b7351c9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/376092b8-3d60-4378-af39-3c56fe8ed26e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:55.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/ef2b765b-efc8-4089-b10a-1d0fce6e7937","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.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@2b220a04 09:00:55.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:00:55.155 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.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:00:55.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/ef2b765b-efc8-4089-b10a-1d0fce6e7937","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.159 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@158e93dd 09:00:55.159 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.159 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.161 [ForkJoinPool-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:00:55.161 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:55.161 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef2b765b-efc8-4089-b10a-1d0fce6e7937","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.162 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57d9efbf 09:00:55.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.164 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.165 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef2b765b-efc8-4089-b10a-1d0fce6e7937","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.167 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6163a81f 09:00:55.167 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.167 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.169 [ForkJoinPool-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:00:55.289 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/326ea0e7-cf85-4d18-a76a-e0ba376657b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.330 [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@46d2eb52 09:00:55.330 [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:00:55.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.332 [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:00:55.332 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/326ea0e7-cf85-4d18-a76a-e0ba376657b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.333 [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@4a00414d 09:00:55.333 [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:00:55.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:55.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 -> 2tg6lwad162nkxn19mo6p5|6fb0db50, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6fb0db50, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef2b765b-efc8-4089-b10a-1d0fce6e7937, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:55.355 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/61f567e8-9867-45af-a616-82996a1f18eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.356 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31d0d8a0 09:00:55.356 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.356 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.358 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.358 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/61f567e8-9867-45af-a616-82996a1f18eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.359 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ce94a55 09:00:55.359 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.359 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.360 [ForkJoinPool-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:00:55.360 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:55.360 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/61f567e8-9867-45af-a616-82996a1f18eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.361 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e26fe96 09:00:55.361 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.361 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/61f567e8-9867-45af-a616-82996a1f18eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45cacef7 09:00:55.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.364 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.538 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|679833cd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|679833cd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/326ea0e7-cf85-4d18-a76a-e0ba376657b3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:55.538 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|ce6bf58, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|ce6bf58, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef2b765b-efc8-4089-b10a-1d0fce6e7937, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:55.665 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ecadedf2-0852-41ff-88bd-1d28ab7de249","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.667 [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@6fe4ec7c 09:00:55.667 [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:00:55.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.668 [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:00:55.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ecadedf2-0852-41ff-88bd-1d28ab7de249","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.669 [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@66c9cc61 09:00:55.669 [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:00:55.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.670 [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:00:55.674 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6de5e5bc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6de5e5bc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ef2b765b-efc8-4089-b10a-1d0fce6e7937, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:55.739 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d9fae14-ead8-421d-908a-69da3ac7ca4d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.740 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17898a6c 09:00:55.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d9fae14-ead8-421d-908a-69da3ac7ca4d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.744 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54f336e6 09:00:55.744 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.744 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.745 [ForkJoinPool-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:00:55.746 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:55.746 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d9fae14-ead8-421d-908a-69da3ac7ca4d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15df3694 09:00:55.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:55.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d9fae14-ead8-421d-908a-69da3ac7ca4d","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bc4c06d 09:00:55.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:55.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:55.752 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.811 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.002 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest 09:00:55.947 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|77e29b9c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|77e29b9c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ecadedf2-0852-41ff-88bd-1d28ab7de249, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 09:00:55.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/3073aef0-dec6-4bb0-984f-ce25af229759","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.976 [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@5f9d2718 09:00:55.976 [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:00:55.976 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.978 [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:00:55.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3073aef0-dec6-4bb0-984f-ce25af229759","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:55.979 [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@1eb74c56 09:00:55.979 [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:00:55.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:55.981 [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:00:56.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/b639a79b-d1f4-427b-bb78-87801eadce28","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fc76260 09:00:56.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.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:00:56.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/b639a79b-d1f4-427b-bb78-87801eadce28","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.076 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79c741bb 09:00:56.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.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:00:56.129 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:56.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/b639a79b-d1f4-427b-bb78-87801eadce28","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54d0ce5f 09:00:56.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:56.135 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b639a79b-d1f4-427b-bb78-87801eadce28","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39712da9 09:00:56.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.138 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:56.148 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|58047c7b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|58047c7b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ecadedf2-0852-41ff-88bd-1d28ab7de249, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:56.248 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|a98bc8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|a98bc8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b639a79b-d1f4-427b-bb78-87801eadce28, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:56.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9673386-2d31-49b0-acf7-0bd13f6894eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.383 [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@4c97d357 09:00:56.383 [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:00:56.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:56.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ff44308d-0191-447c-8d24-ff700dfbcd84","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.384 [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:00:56.384 [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@443aa98c 09:00:56.384 [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:00:56.384 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9673386-2d31-49b0-acf7-0bd13f6894eb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:56.428 [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@47b0dc20 09:00:56.429 [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:00:56.429 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:56.429 [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:00:56.429 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ff44308d-0191-447c-8d24-ff700dfbcd84","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.430 [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:00: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.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d2ab277 09:00: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.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:00:56.431 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:56.433 [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:00:56.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e30969d6-a59b-45dc-a09d-a9da7e3a5158","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@701f40b9 09:00:56.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.469 [ForkJoinPool-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:00:56.469 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e30969d6-a59b-45dc-a09d-a9da7e3a5158","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6886a8d6 09:00:56.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8af60b87-3995-4dbf-9375-e5c5d06abab1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40466013 09:00:56.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.529 [ForkJoinPool-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:00:56.530 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:56.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/e30969d6-a59b-45dc-a09d-a9da7e3a5158","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.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@61e4f397 09:00:56.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:00:56.531 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.531 [ForkJoinPool-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:00:56.532 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8af60b87-3995-4dbf-9375-e5c5d06abab1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.533 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@745323cb 09:00:56.533 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.533 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.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:00:56.533 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e30969d6-a59b-45dc-a09d-a9da7e3a5158","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5726eb62 09:00:56.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.535 [ForkJoinPool-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:00:56.535 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:56.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8af60b87-3995-4dbf-9375-e5c5d06abab1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:56.536 [ForkJoinPool-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:00:56.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5784e243 09:00:56.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:56.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:56.538 [ForkJoinPool-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:00: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/8af60b87-3995-4dbf-9375-e5c5d06abab1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00: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@7eae9b56 09:00: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:00: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:00:56.543 [ForkJoinPool-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:00:56.640 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1eecb43e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1eecb43e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9673386-2d31-49b0-acf7-0bd13f6894eb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:56.643 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6a013d71, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6a013d71, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8af60b87-3995-4dbf-9375-e5c5d06abab1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:56.770 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3fe96858, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3fe96858, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f9673386-2d31-49b0-acf7-0bd13f6894eb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:57.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/5cd56bb4-6e27-4673-ba2f-ac00233fede9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.050 [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@19984abd 09:00:57.050 [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:00:57.051 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.052 [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:00:57.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/5cd56bb4-6e27-4673-ba2f-ac00233fede9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.053 [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@63f16db6 09:00:57.054 [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:00:57.054 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.055 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:57.072 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c265c546-d3f8-453a-9c37-21f39974c7c1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.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/ebe9923f-18a2-4962-a498-1beba43b1a15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76cac7e7 09:00:57.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:57.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.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@5f6ac415 09:00:57.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:00:57.074 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.074 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:57.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:00:57.076 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ebe9923f-18a2-4962-a498-1beba43b1a15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2eff5bf1 09:00:57.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.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/c265c546-d3f8-453a-9c37-21f39974c7c1","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.129 [ForkJoinPool-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:00:57.129 [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@1c88ecc2 09:00:57.130 [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:00:57.130 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.130 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00: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/ebe9923f-18a2-4962-a498-1beba43b1a15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.131 [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:00: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.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cbb6fc9 09:00: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.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:57.135 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ebe9923f-18a2-4962-a498-1beba43b1a15","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22d2ebe9 09:00:57.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.138 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:57.147 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/481400f6-1b36-4990-aa80-3d3d43aa5ef9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.148 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7dc14d91 09:00:57.148 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.148 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:57.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/481400f6-1b36-4990-aa80-3d3d43aa5ef9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4930ec4e 09:00:57.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.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:00:57.155 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:57.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/481400f6-1b36-4990-aa80-3d3d43aa5ef9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.155 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d69909a 09:00:57.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:00:57.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.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:00:57.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/481400f6-1b36-4990-aa80-3d3d43aa5ef9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e1f442 09:00:57.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.231 [ForkJoinPool-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:00:57.244 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6b8dc8c3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6b8dc8c3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ebe9923f-18a2-4962-a498-1beba43b1a15, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:57.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 -> 2tg6lwad162nkxn19mo6p5|1302d6ea, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1302d6ea, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c265c546-d3f8-453a-9c37-21f39974c7c1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.471 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 09:00:57.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/eb2a5eaa-8357-457f-8644-00317bf473d8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.573 [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@58ba3f0d 09:00:57.573 [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:00:57.573 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.575 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:57.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/eb2a5eaa-8357-457f-8644-00317bf473d8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.577 [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@6e5115f4 09:00:57.577 [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:00:57.577 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.579 [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:00:57.633 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.635 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7013b064 09:00:57.635 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.635 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.638 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:57.638 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.640 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@574bac53 09:00:57.640 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.640 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.643 [ForkJoinPool-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:00:57.644 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:57.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@216c214f 09:00:57.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.646 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.650 [ForkJoinPool-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:00:57.650 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.652 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ea833fe 09:00:57.652 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.652 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.654 [ForkJoinPool-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:00:57.748 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1c776de1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1c776de1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:57.868 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|f13db91, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|f13db91, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2380f366-c539-4489-b164-ddac99869791, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:57.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/46fdf805-9ced-41eb-9f6a-8580942af0e8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.943 [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@11c9013c 09:00:57.943 [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:00:57.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.945 [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:00:57.945 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/46fdf805-9ced-41eb-9f6a-8580942af0e8","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.946 [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@4f2e40a 09:00:57.946 [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:00:57.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:57.948 [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:00:57.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43a5c2b0-614d-4010-ae76-bc0edff6f46c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.966 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f5bb4fb 09:00:57.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.969 [ForkJoinPool-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:00:57.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/43a5c2b0-614d-4010-ae76-bc0edff6f46c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.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@382e475 09:00:57.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:00:57.970 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.972 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:57.973 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:57.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/43a5c2b0-614d-4010-ae76-bc0edff6f46c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.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@4ddde6e7 09:00:57.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:00:57.974 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.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:00:57.976 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43a5c2b0-614d-4010-ae76-bc0edff6f46c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:57.977 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2fdb0d47 09:00:57.977 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:57.977 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:57.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:58.076 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|f075f54, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|f075f54, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43a5c2b0-614d-4010-ae76-bc0edff6f46c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:58.160 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|382cb8a9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|382cb8a9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43a5c2b0-614d-4010-ae76-bc0edff6f46c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:58.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/5dbf8ed6-0f1a-42d9-b040-aac9c09b5bce","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a142d65 09:00:58.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:58.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.244 [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:00:58.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/5dbf8ed6-0f1a-42d9-b040-aac9c09b5bce","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.245 [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@ecf0da1 09:00:58.245 [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:00:58.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.246 [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:00:58.282 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f0a3516d-692a-493d-81b3-d7947e697f13","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1726cec3 09:00:58.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.285 [ForkJoinPool-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:00:58.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f0a3516d-692a-493d-81b3-d7947e697f13","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2cbab5ff 09:00:58.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.286 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:58.287 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:58.287 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f0a3516d-692a-493d-81b3-d7947e697f13","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b60f842 09:00:58.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.289 [ForkJoinPool-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:00:58.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f0a3516d-692a-493d-81b3-d7947e697f13","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e6ba562 09:00:58.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.332 [ForkJoinPool-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:00:58.359 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3e5881d2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3e5881d2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f0a3516d-692a-493d-81b3-d7947e697f13, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:58.492 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8b2b365b-c9bd-463f-ae4d-39e8ec643ebf","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.494 [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@77a46a35 09:00:58.494 [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:00:58.494 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.495 [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:00:58.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/8b2b365b-c9bd-463f-ae4d-39e8ec643ebf","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.496 [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@39376085 09:00:58.497 [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:00:58.497 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.497 [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:00:58.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a383043e-6f26-4159-ae8d-8a6aa4b00043","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.545 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48cf8f39 09:00:58.545 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.545 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.547 [ForkJoinPool-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:00:58.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/a383043e-6f26-4159-ae8d-8a6aa4b00043","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.547 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6dcc32e7 09:00:58.548 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.548 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.549 [ForkJoinPool-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:00:58.549 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:58.550 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a383043e-6f26-4159-ae8d-8a6aa4b00043","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.550 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49dccedf 09:00:58.550 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.550 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.552 [ForkJoinPool-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:00:58.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/a383043e-6f26-4159-ae8d-8a6aa4b00043","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.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@58008f3a 09:00:58.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:00:58.555 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.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:00:58.672 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|4832dd26, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|4832dd26, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a383043e-6f26-4159-ae8d-8a6aa4b00043, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:58.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/3245380d-dea0-4a87-8048-9655a33daafa","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74680417 09:00:58.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.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:58.747 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.748 [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:00:58.749 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3245380d-dea0-4a87-8048-9655a33daafa","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.750 [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@7c651a4b 09:00:58.750 [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:00:58.750 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.751 [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:00:58.792 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9361c214-7c16-4ac0-8e09-61d735d3a76f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@154b978a 09:00:58.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:58.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9361c214-7c16-4ac0-8e09-61d735d3a76f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f0def81 09:00:58.796 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.796 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.830 [ForkJoinPool-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:00:58.831 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:58.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9361c214-7c16-4ac0-8e09-61d735d3a76f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58b97c56 09:00:58.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.834 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:58.834 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9361c214-7c16-4ac0-8e09-61d735d3a76f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@361b991f 09:00:58.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:58.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:58.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:58.863 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6ae8e373, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6ae8e373, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9361c214-7c16-4ac0-8e09-61d735d3a76f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:58.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/920b5b9e-0c61-4e5d-934d-692f776040fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.986 [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@1c2103de 09:00:58.986 [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:00:58.986 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:58.988 [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:00:58.988 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/920b5b9e-0c61-4e5d-934d-692f776040fc","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:58.989 [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@199d3e7b 09:00:58.990 [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:00:58.990 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.029 [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:00:59.079 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a5e2305-94dd-4a83-a00c-7d280346d7b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.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@2873cdba 09:00:59.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.h2.sql.yaml, input: null 09:00:59.081 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.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:00:59.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/8a5e2305-94dd-4a83-a00c-7d280346d7b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.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@6e0bdfde 09:00:59.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:00:59.084 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.086 [ForkJoinPool-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:00:59.086 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:59.086 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a5e2305-94dd-4a83-a00c-7d280346d7b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5456f322 09:00:59.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.089 [ForkJoinPool-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:00:59.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a5e2305-94dd-4a83-a00c-7d280346d7b3","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a5fb692 09:00:59.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.143 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:59.171 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|598f2117, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|598f2117, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8a5e2305-94dd-4a83-a00c-7d280346d7b3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:59.273 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95513fb8-c87b-4c22-b162-0ce2fb2634be","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.274 [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@627e5a7d 09:00:59.274 [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:00:59.274 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.276 [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:00:59.276 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/95513fb8-c87b-4c22-b162-0ce2fb2634be","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.277 [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@7fdfdfdb 09:00:59.278 [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:00:59.278 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.280 [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:00:59.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/504d55ed-7a12-4958-99c8-6c9ad4002173","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.335 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71b994a1 09:00:59.335 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.335 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.337 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:59.337 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504d55ed-7a12-4958-99c8-6c9ad4002173","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.338 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@478d25f5 09:00:59.338 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.338 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.340 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:59.341 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:59.341 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504d55ed-7a12-4958-99c8-6c9ad4002173","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.342 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3579ceee 09:00:59.342 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.342 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.344 [ForkJoinPool-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:00:59.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/504d55ed-7a12-4958-99c8-6c9ad4002173","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.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@2042a848 09:00:59.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:00:59.346 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.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:00:59.445 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|68318e2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|68318e2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504d55ed-7a12-4958-99c8-6c9ad4002173, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:59.560 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1cc26cc2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1cc26cc2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504d55ed-7a12-4958-99c8-6c9ad4002173, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:59.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/50cdaf18-d3eb-42b3-adb7-5d4a17c915ae","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.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@2d0a888 09:00:59.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:00:59.655 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.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:00:59.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/50cdaf18-d3eb-42b3-adb7-5d4a17c915ae","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.657 [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@26bfdc19 09:00:59.657 [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:00:59.657 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.658 [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:00:59.673 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/942236d5-d949-4a43-a7dc-d05ec532a661","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.674 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b7e006f 09:00:59.674 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.674 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.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:00:59.676 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/942236d5-d949-4a43-a7dc-d05ec532a661","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.676 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4888aca4 09:00:59.677 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.677 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.678 [ForkJoinPool-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:00:59.678 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:59.678 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/942236d5-d949-4a43-a7dc-d05ec532a661","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.679 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@780474f7 09:00:59.679 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.679 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.680 [ForkJoinPool-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:00:59.681 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/942236d5-d949-4a43-a7dc-d05ec532a661","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.681 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c9d5729 09:00:59.681 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.682 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.683 [ForkJoinPool-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:00:59.760 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|46e0234f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|46e0234f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/942236d5-d949-4a43-a7dc-d05ec532a661, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:00:59.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8458327a-51cc-4d9c-ad7a-28c9374ddc12","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48379252 09:00:59.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:00:59.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.864 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:00:59.864 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8458327a-51cc-4d9c-ad7a-28c9374ddc12","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.866 [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@e8905ed 09:00:59.866 [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:00:59.866 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:00:59.867 [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:00:59.889 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba944c6f-f77f-4dbe-9cdd-09bded038d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.890 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41ff1db3 09:00:59.890 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.890 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.930 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:59.931 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba944c6f-f77f-4dbe-9cdd-09bded038d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.932 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45601b8d 09:00:59.932 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.932 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.935 [ForkJoinPool-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:00:59.936 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:00:59.936 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba944c6f-f77f-4dbe-9cdd-09bded038d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.937 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20dc5be7 09:00:59.937 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.937 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.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:00:59.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba944c6f-f77f-4dbe-9cdd-09bded038d4f","user":null,"driver_class":"org.h2.Driver"} - table: null 09:00:59.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@135fc198 09:00:59.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:00:59.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:00:59.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:00:59.970 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|442ac289, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|442ac289, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ba944c6f-f77f-4dbe-9cdd-09bded038d4f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:00.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/62f391cf-501c-4d6e-9e3a-5480012cb9a0","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.076 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b8a803c 09:01:00.076 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:01:00.076 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:01:00.077 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/62f391cf-501c-4d6e-9e3a-5480012cb9a0","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.078 [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@7b68d62d 09:01:00.078 [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:01:00.078 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.079 [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:01:00.140 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3bfc2287 09:01:00.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.143 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:01:00.143 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.144 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d2044e9 09:01:00.144 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.144 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.145 [ForkJoinPool-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:01:00.145 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:00.146 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.146 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@535af1c3 09:01:00.147 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.147 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.148 [ForkJoinPool-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:01:00.148 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.149 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d243d55 09:01:00.149 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.149 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.150 [ForkJoinPool-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:01:00.245 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|71e4c978, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|71e4c978, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:00.369 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|4787923c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|4787923c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b204b9d-cf48-4b2e-9885-49e36ebe4fe9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:00.452 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43fbc1b6-27ad-464d-88d9-32add76af3ed","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.453 [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@5db9f661 09:01:00.453 [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:01:00.453 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.454 [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:01:00.454 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43fbc1b6-27ad-464d-88d9-32add76af3ed","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.455 [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@27fc07de 09:01:00.455 [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:01:00.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.456 [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:01:00.487 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55706361 09:01:00.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.530 [ForkJoinPool-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:01:00.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/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.532 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5af13833 09:01:00.532 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.532 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.533 [ForkJoinPool-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:01:00.533 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:00.533 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f93fe7c 09:01:00.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:01:00.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26a109ef 09:01:00.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.537 [ForkJoinPool-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:01:00.568 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|55b1b25c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|55b1b25c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:00.669 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|56f100af, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|56f100af, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d75d02f2-6a64-4b55-a1a6-ddd61cebbab4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:00.749 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/25f427f2-c138-4fae-847d-63eb95afdefb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.750 [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@ba9bd98 09:01:00.750 [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:01:00.750 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.751 [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:01:00.751 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/25f427f2-c138-4fae-847d-63eb95afdefb","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.752 [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@ed9f58f 09:01:00.752 [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:01:00.752 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:00.753 [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:01:00.771 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/239b8cce-3748-4aba-a28b-0d20ce3bd045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.772 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bd3a42d 09:01:00.772 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.772 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.774 [ForkJoinPool-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:01:00.774 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/239b8cce-3748-4aba-a28b-0d20ce3bd045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.774 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@506917d0 09:01:00.774 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.774 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.776 [ForkJoinPool-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:01:00.777 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:00.777 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/239b8cce-3748-4aba-a28b-0d20ce3bd045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.778 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3599591c 09:01:00.778 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.778 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.829 [ForkJoinPool-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:01:00.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/239b8cce-3748-4aba-a28b-0d20ce3bd045","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:00.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ed1f258 09:01:00.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:00.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:00.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:01:00.871 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|6ef58889, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|6ef58889, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/239b8cce-3748-4aba-a28b-0d20ce3bd045, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:01.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/677df530-2202-47aa-9619-9b1fe9ae147c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.040 [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@7d81414e 09:01:01.040 [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:01:01.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.041 [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:01:01.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/677df530-2202-47aa-9619-9b1fe9ae147c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.042 [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@31e46eae 09:01:01.042 [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:01:01.042 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.044 [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:01:01.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/b13ab4ed-78fe-41d6-93a2-285bbe14c055","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b9518db 09:01:01.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.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:01:01.067 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b13ab4ed-78fe-41d6-93a2-285bbe14c055","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.068 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74fda19a 09:01:01.068 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.068 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.069 [ForkJoinPool-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:01:01.070 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:01.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/b13ab4ed-78fe-41d6-93a2-285bbe14c055","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c0df975 09:01:01.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:01:01.071 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.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:01:01.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/b13ab4ed-78fe-41d6-93a2-285bbe14c055","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59bfb7ef 09:01:01.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.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:01:01.170 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|3119e3bd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|3119e3bd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b13ab4ed-78fe-41d6-93a2-285bbe14c055, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:01.272 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5e19567f-2aa3-4900-b986-fd17194134c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.273 [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@2d583dfa 09:01:01.273 [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:01:01.273 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.275 [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:01:01.276 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5e19567f-2aa3-4900-b986-fd17194134c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.277 [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@4991ec52 09:01:01.277 [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:01:01.277 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.279 [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:01:01.360 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.361 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f284b0c 09:01:01.361 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.361 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.362 [ForkJoinPool-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:01:01.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4fc46832 09:01:01.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.364 [ForkJoinPool-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:01:01.364 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:01.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@641881bb 09:01:01.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.366 [ForkJoinPool-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:01:01.367 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.367 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3da9ce9f 09:01:01.367 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.367 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.368 [ForkJoinPool-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:01:01.441 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|7a147b71, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|7a147b71, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:01.484 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|e633951, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|e633951, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/504b62fd-2961-4e6b-9db0-aa354013e8da, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:01.638 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e3059dd5-edd9-4a7d-9020-54fdb9c5fc44","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.639 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67927dff 09:01:01.640 [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:01:01.640 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.641 [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:01:01.642 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e3059dd5-edd9-4a7d-9020-54fdb9c5fc44","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.642 [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@18f185f5 09:01:01.643 [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:01:01.643 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.644 [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:01:01.659 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3ffcf049-ff02-4dbd-83ca-0269cb3e66c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.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@ca68f57 09:01:01.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:01:01.661 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.662 [ForkJoinPool-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:01:01.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/3ffcf049-ff02-4dbd-83ca-0269cb3e66c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.663 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7741a58c 09:01:01.663 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.663 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.664 [ForkJoinPool-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:01:01.664 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:01.664 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3ffcf049-ff02-4dbd-83ca-0269cb3e66c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.665 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43da8c90 09:01:01.665 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.665 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.728 [ForkJoinPool-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:01:01.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/3ffcf049-ff02-4dbd-83ca-0269cb3e66c2","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.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@2931113c 09:01:01.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:01:01.730 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.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:01:01.761 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|c484f4f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|c484f4f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3ffcf049-ff02-4dbd-83ca-0269cb3e66c2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:01.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/96e18a78-223f-4663-be5e-2db4c3cc4dad","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.937 [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@167f22c2 09:01:01.937 [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:01:01.937 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.939 [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:01:01.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/96e18a78-223f-4663-be5e-2db4c3cc4dad","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.940 [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@5494c979 09:01:01.940 [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:01:01.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:01.942 [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:01:01.962 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ec71fac-f89a-4e5f-bd1a-83cc9fcfae38","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.963 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b4326cd 09:01:01.963 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.963 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.964 [ForkJoinPool-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:01:01.964 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ec71fac-f89a-4e5f-bd1a-83cc9fcfae38","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@318668d5 09:01:01.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.966 [ForkJoinPool-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:01:01.966 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:01.966 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ec71fac-f89a-4e5f-bd1a-83cc9fcfae38","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cb442b3 09:01:01.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.968 [ForkJoinPool-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:01:01.968 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ec71fac-f89a-4e5f-bd1a-83cc9fcfae38","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:01.969 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d11ce8b 09:01:01.969 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:01.969 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:01.970 [ForkJoinPool-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:01:02.061 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|29781b70, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|29781b70, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4ec71fac-f89a-4e5f-bd1a-83cc9fcfae38, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:02.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/7f4de691-0f0d-4224-ae1d-8cab3d2e462a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.155 [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@79972da7 09:01:02.155 [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:01:02.155 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.156 [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:01:02.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/7f4de691-0f0d-4224-ae1d-8cab3d2e462a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f583d20 09:01:02.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:01:02.157 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.158 [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:01:02.173 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a74a941-4601-49d9-b156-4b8318efec74","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.173 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7262aaaa 09:01:02.174 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.174 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.196 [ForkJoinPool-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:01:02.196 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a74a941-4601-49d9-b156-4b8318efec74","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@80e198f 09:01:02.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.230 [ForkJoinPool-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:01:02.230 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:02.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a74a941-4601-49d9-b156-4b8318efec74","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75e4f9f 09:01:02.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.232 [ForkJoinPool-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:01:02.233 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a74a941-4601-49d9-b156-4b8318efec74","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.233 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51581f6a 09:01:02.233 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.234 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.235 [ForkJoinPool-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:01:02.266 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|1a64bea1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|1a64bea1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a74a941-4601-49d9-b156-4b8318efec74, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:02.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/3ac57adb-0144-414e-ba00-f61f39f82e37","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@ce28f8e 09:01:02.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:01:02.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.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:01:02.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/3ac57adb-0144-414e-ba00-f61f39f82e37","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@101f511a 09:01:02.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:01:02.373 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.374 [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:01:02.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/d088e0b2-3e67-458f-94d5-842aa2a49b8c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@54062d4 09:01:02.430 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.430 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.432 [ForkJoinPool-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:01:02.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/d088e0b2-3e67-458f-94d5-842aa2a49b8c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@c250ba2 09:01:02.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:01:02.433 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.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:01:02.435 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:02.435 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d088e0b2-3e67-458f-94d5-842aa2a49b8c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.436 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2408075b 09:01:02.436 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.436 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.437 [ForkJoinPool-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:01:02.437 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d088e0b2-3e67-458f-94d5-842aa2a49b8c","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2399fdd8 09:01:02.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.440 [ForkJoinPool-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:01:02.468 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|21780fe7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|21780fe7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d088e0b2-3e67-458f-94d5-842aa2a49b8c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:02.589 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|14d42d3d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|14d42d3d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d088e0b2-3e67-458f-94d5-842aa2a49b8c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:02.651 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/44ab3523-7e60-4912-a82d-ceb223d63209","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.652 [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@20e3fdc1 09:01:02.652 [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:01:02.652 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.653 [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:01:02.653 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/44ab3523-7e60-4912-a82d-ceb223d63209","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.654 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bf73e2d 09:01:02.654 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 09:01:02.654 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.654 [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:01:02.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/83f21545-18c1-4eb6-bde8-50a431800b61","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.670 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a30c21b 09:01:02.670 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.670 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.671 [ForkJoinPool-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:01:02.672 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/83f21545-18c1-4eb6-bde8-50a431800b61","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.672 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70cfaa1c 09:01:02.673 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.673 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.729 [ForkJoinPool-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:01:02.730 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:02.730 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/83f21545-18c1-4eb6-bde8-50a431800b61","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.731 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38e1b12a 09:01:02.731 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.731 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.733 [ForkJoinPool-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:01:02.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/83f21545-18c1-4eb6-bde8-50a431800b61","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.734 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69d9a744 09:01:02.734 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.734 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.736 [ForkJoinPool-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:01:02.761 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|5ce51acd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|5ce51acd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/83f21545-18c1-4eb6-bde8-50a431800b61, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:02.885 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27d7f7c0-ee2d-4dc8-88d3-4731bdff52ac","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.886 [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@6ec0dbdd 09:01:02.886 [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:01:02.886 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.887 [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:01:02.887 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27d7f7c0-ee2d-4dc8-88d3-4731bdff52ac","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.888 [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@4233d279 09:01:02.888 [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:01:02.888 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:02.889 [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:01:02.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/d165af93-187e-41b6-b1f0-e3bbe67b618a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@47e17145 09:01:02.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:01:02.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:01:02.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/d165af93-187e-41b6-b1f0-e3bbe67b618a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.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@2153849 09:01:02.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:01:02.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.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:01:02.944 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:02.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d165af93-187e-41b6-b1f0-e3bbe67b618a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bc89b82 09:01:02.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.945 [ForkJoinPool-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:01:02.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d165af93-187e-41b6-b1f0-e3bbe67b618a","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:02.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ba495da 09:01:02.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:02.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:02.947 [ForkJoinPool-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:01:03.064 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|40aa18ad, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|40aa18ad, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d165af93-187e-41b6-b1f0-e3bbe67b618a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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:01:03.091 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/703d256e-a81e-41c5-af3c-1fa7ba464b57","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.092 [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@1f1a246b 09:01:03.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 09:01:03.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:03.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 09:01:03.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/703d256e-a81e-41c5-af3c-1fa7ba464b57","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.095 [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@355ff774 09:01:03.095 [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:01:03.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 09:01:03.097 [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:01:03.147 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f75a86-a093-4544-8e92-49b3e6433357","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.148 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36015972 09:01:03.148 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:03.148 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:03.150 [ForkJoinPool-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:01:03.150 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f75a86-a093-4544-8e92-49b3e6433357","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.151 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c5417e2 09:01:03.151 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:03.151 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:03.153 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 09:01:03.153 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:03.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/66f75a86-a093-4544-8e92-49b3e6433357","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71212a61 09:01:03.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 09:01:03.154 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:03.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:01:03.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/66f75a86-a093-4544-8e92-49b3e6433357","user":null,"driver_class":"org.h2.Driver"} - table: null 09:01:03.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@7485be9a 09:01:03.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:01:03.157 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 09:01:03.161 [ForkJoinPool-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:01:03.189 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg6lwad162nkxn19mo6p5|d8c6501, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg6lwad162nkxn19mo6p5|d8c6501, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/66f75a86-a093-4544-8e92-49b3e6433357, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.291 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 83434kb/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@32265c6c [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.563 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest 09:01:40.889 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:46455], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 09:01:40.974 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:40.982 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials] 09:01:41.040 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@26f1249d from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:46455, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 09:01:41.055 [cluster-ClusterId{value='5fa3bf74d80e55535d9ea136', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:46455 09:01:41.062 [cluster-ClusterId{value='5fa3bf74d80e55535d9ea136', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:46455, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=4392022} 09:01:41.133 [Thread-5] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:46455 09:01:41.203 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials] 09:01:41.204 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials] 09:01:41.546 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials] 09:01:41.548 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedCredentialsService - MongoDB Credentials service started 09:01:41.548 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 09:01:41.594 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 09:01:41.595 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 09:01:41.597 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext) 09:01:41.600 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:42.142 [Thread-3] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:46455 09:01:42.149 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext) 09:01:42.432 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext) 09:01:42.434 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:42.695 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext) 09:01:42.697 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:43.226 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext) 09:01:43.227 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:43.397 [vert.x-eventloop-thread-2] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:43.529 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext) 09:01:43.531 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:43.670 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:43.808 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext) 09:01:43.845 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:46455 09:01:43.850 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext) 09:01:44.373 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext) 09:01:44.375 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:44.748 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext) 09:01:44.749 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:44.965 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext) 09:01:44.966 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:45.283 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext) 09:01:45.284 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 09:01:45.567 [Thread-3] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:46455 09:01:45.568 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext) 09:01:45.656 [Thread-6] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:46455 because the pool has been closed. 09:01:45.656 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:46455 because the pool has been closed. 09:01:45.656 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:46455 because the pool has been closed. 09:01:45.656 [Thread-4] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:46455 because the pool has been closed. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.323 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest 09:01:45.736 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:46455], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 09:01:45.742 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants] 09:01:45.743 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@264c5d07 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:46455, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 09:01:45.752 [cluster-ClusterId{value='5fa3bf79d80e55535d9ea14f', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:46455 09:01:45.753 [cluster-ClusterId{value='5fa3bf79d80e55535d9ea14f', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:46455, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=728049} 09:01:45.761 [Thread-4] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:46455 09:01:45.953 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants] 09:01:45.953 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants] 09:01:45.976 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants] 09:01:45.977 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedTenantService - MongoDB Tenant service started 09:01:45.979 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext) 09:01:46.072 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext) 09:01:46.136 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext) 09:01:46.162 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext) 09:01:46.172 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext) 09:01:46.189 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext) 09:01:46.229 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext) 09:01:46.237 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext) 09:01:46.247 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext) 09:01:46.260 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext) 09:01:46.272 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext) 09:01:46.293 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext) 09:01:46.303 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext) 09:01:46.340 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext) 09:01:46.369 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext) 09:01:46.376 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext) 09:01:46.400 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext) 09:01:46.438 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext) 09:01:46.448 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:46455 because the pool has been closed. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest 09:01:46.466 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:46455], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 09:01:46.467 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 09:01:46.468 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@5467eea4 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:46455, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 09:01:46.495 [cluster-ClusterId{value='5fa3bf7ad80e55535d9ea164', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:46455 09:01:46.496 [cluster-ClusterId{value='5fa3bf7ad80e55535d9ea164', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:46455, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=956478} 09:01:46.535 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:46455 09:01:46.726 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 09:01:46.726 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 09:01:46.727 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 09:01:46.762 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 09:01:46.787 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 09:01:46.815 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 09:01:46.832 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 09:01:46.854 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 09:01:46.868 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 09:01:46.882 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext) 09:01:46.933 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:46455 because the pool has been closed. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest 09:01:46.965 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:46455], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 09:01:46.966 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 09:01:46.967 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@6fca2a8f from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:46455, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 09:01:46.974 [cluster-ClusterId{value='5fa3bf7ad80e55535d9ea176', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:46455 09:01:47.028 [cluster-ClusterId{value='5fa3bf7ad80e55535d9ea176', description='null'}-127.0.0.1:46455] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:46455, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=53343673} 09:01:47.036 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:46455 09:01:47.083 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 09:01:47.083 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 09:01:47.084 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext) 09:01:47.095 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext) 09:01:47.142 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext) 09:01:47.148 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext) 09:01:47.162 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:46455 09:01:47.176 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext) 09:01:47.186 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext) 09:01:47.255 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext) 09:01:47.269 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext) 09:01:47.278 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext) 09:01:47.285 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext) 09:01:47.302 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 09:01:47.332 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext) 09:01:47.342 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext) 09:01:47.364 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext) 09:01:47.374 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 09:01:47.386 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 09:01:47.400 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext) 09:01:47.431 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext) 09:01:47.446 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext) 09:01:47.456 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext) 09:01:47.465 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext) 09:01:47.474 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 09:01:47.484 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext) 09:01:47.490 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext) 09:01:47.499 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:46455 because the pool has been closed. 09:01:47.500 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:46455 because the pool has been closed. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 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.001 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 [ 12.413 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.052 s] [INFO] Legal Documents .................................... SUCCESS [ 8.446 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 0.282 s] [INFO] Hono Core .......................................... SUCCESS [01:06 min] [INFO] Hono Clients ....................................... SUCCESS [ 0.028 s] [INFO] Hono Client for Protocol Adapters .................. SUCCESS [ 1.009 s] [INFO] Hono Client ........................................ SUCCESS [ 29.598 s] [INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 0.986 s] [INFO] Hono Test Utils .................................... SUCCESS [ 1.476 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 0.930 s] [INFO] Hono Service base .................................. SUCCESS [ 29.099 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 21.984 s] [INFO] Hono Service Base Test Utils ....................... SUCCESS [ 0.889 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.330 s] [INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [ 0.732 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 15.614 s] [INFO] Hono CoAP Adapter base ............................. SUCCESS [ 11.807 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 0.968 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 10.633 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 0.942 s] [INFO] Hono Service Base Quarkus .......................... SUCCESS [ 9.857 s] [INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [ 15.640 s] [INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [ 10.811 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 13.112 s] [INFO] Hono Kura Adapter .................................. SUCCESS [ 5.585 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 13.789 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 0.813 s] [INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [ 7.678 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 1.269 s] [INFO] Hono command-line interface ........................ SUCCESS [ 9.143 s] [INFO] Hono Deployment .................................... SUCCESS [ 0.264 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.015 s] [INFO] Hono Client Examples ............................... SUCCESS [ 1.590 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 0.586 s] [INFO] Hono JMeter Plugin ................................. SUCCESS [ 37.376 s] [INFO] Hono Services ...................................... SUCCESS [ 0.343 s] [INFO] Hono Auth .......................................... SUCCESS [ 5.479 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [01:18 min] [INFO] Base classes for JDBC services ..................... SUCCESS [ 6.295 s] [INFO] Hono Device Connection service ..................... SUCCESS [ 6.836 s] [INFO] Hono File Based Device Registry .................... SUCCESS [ 14.524 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:14 min] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 23.498 s] [INFO] Hono Site .......................................... SUCCESS [ 0.660 s] [INFO] Hono Integration Tests ............................. SUCCESS [02:22 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:07 min [INFO] Finished at: 2020-11-05T09:04:11Z [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven43b85cb9/maven-spy-20201105-085204-23911494495334883039026.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: 105 ms, Generated Artifacts Publisher: 3563 ms, Invoker Publisher: 2 ms, Junit Publisher: 1776 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 2379 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 7 ms, SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 2 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Aggregate Junit Test Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] echo Build status: SUCCESS [Pipeline] step [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS